diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-07-12 17:02:17 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-07-12 17:02:17 +0000 |
| commit | bda22333701d1af321937c5c66926c6ed5c5fe07 (patch) | |
| tree | cc00ed343c4eada35f5fac397fbbe1160bbc78d5 /src/inkscape.h | |
| parent | Added some requested documentaion. (diff) | |
| download | inkscape-bda22333701d1af321937c5c66926c6ed5c5fe07.tar.gz inkscape-bda22333701d1af321937c5c66926c6ed5c5fe07.zip | |
Made public some functions so they could be used by the DBus code. Similar functions were already public so I think it's okay.
(bzr r8254.1.7)
Diffstat (limited to 'src/inkscape.h')
| -rw-r--r-- | src/inkscape.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inkscape.h b/src/inkscape.h index ca2894227..d82092754 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -42,6 +42,8 @@ Inkscape::XML::Node *inkscape_get_menus (Inkscape::Application * inkscape); Inkscape::Application *inkscape_get_instance(); +SPDesktop * inkscape_find_desktop_by_dkey (unsigned int dkey); + #define SP_ACTIVE_EVENTCONTEXT inkscape_active_event_context () SPEventContext * inkscape_active_event_context (void); @@ -57,6 +59,7 @@ gchar *homedir_path(const char *filename); gchar *profile_path(const char *filename); /* Inkscape desktop stuff */ +void inkscape_activate_desktop (SPDesktop * desktop); void inkscape_switch_desktops_next (); void inkscape_switch_desktops_prev (); void inkscape_get_all_desktops (std::list< SPDesktop* >& listbuf); |
