From bda22333701d1af321937c5c66926c6ed5c5fe07 Mon Sep 17 00:00:00 2001 From: Soren Berg Date: Sun, 12 Jul 2009 17:02:17 +0000 Subject: 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) --- src/inkscape.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/inkscape.h') 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); -- cgit v1.2.3