diff options
author | Ted Gould <ted@gould.cx> | 2011-01-13 10:14:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-13 10:14:19 -0600 |
commit | 0a8cdc895f6d603d578ba73193cbeb5ecc4675ff (patch) | |
tree | b6bf5f97cf5d8805ed292d73215964d808bd421d /libdbusmenu-gtk/menuitem.h | |
parent | dd94c4c1fa27db3555c363abf130164e6c97d510 (diff) | |
parent | b76ed9c7f918123610e5e56bb9cdd1025d34caa1 (diff) | |
download | libdbusmenu-0a8cdc895f6d603d578ba73193cbeb5ecc4675ff.tar.gz libdbusmenu-0a8cdc895f6d603d578ba73193cbeb5ecc4675ff.tar.bz2 libdbusmenu-0a8cdc895f6d603d578ba73193cbeb5ecc4675ff.zip |
* New upstream release.
* Porting from dbus-glib to GDBus
* Bumping the library ABI version
* debian/*.install: Changing to be the 0.4 version of the dbusmenu
API of all the filenames and paths.
* debian/control: Bumping ABI version in package names
Diffstat (limited to 'libdbusmenu-gtk/menuitem.h')
-rw-r--r-- | libdbusmenu-gtk/menuitem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/menuitem.h b/libdbusmenu-gtk/menuitem.h index 6960f76..a2b6652 100644 --- a/libdbusmenu-gtk/menuitem.h +++ b/libdbusmenu-gtk/menuitem.h @@ -35,6 +35,8 @@ License version 3 and version 2.1 along with this program. If not, see #include <gdk/gdk.h> #include <gtk/gtk.h> +G_BEGIN_DECLS + gboolean dbusmenu_menuitem_property_set_image (DbusmenuMenuitem * menuitem, const gchar * property, const GdkPixbuf * data); GdkPixbuf * dbusmenu_menuitem_property_get_image (DbusmenuMenuitem * menuitem, const gchar * property); @@ -43,4 +45,6 @@ gboolean dbusmenu_menuitem_property_set_shortcut_string (DbusmenuMenuitem * menu gboolean dbusmenu_menuitem_property_set_shortcut_menuitem (DbusmenuMenuitem * menuitem, const GtkMenuItem * gmi); void dbusmenu_menuitem_property_get_shortcut (DbusmenuMenuitem * menuitem, guint * key, GdkModifierType * modifiers); +G_END_DECLS + #endif |