From: glimmer07 Date: Sun, 12 Jul 2009 17:02:17 +0000 (+0000) Subject: Made public some functions so they could be used by the DBus code. Similar functions... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7357c33cb7acbc2ad1b82f810e33ef4fccb6a62d;p=inkscape.git Made public some functions so they could be used by the DBus code. Similar functions were already public so I think it's okay. --- 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);