diff options
author | Ted Gould <ted@gould.cx> | 2010-05-27 11:43:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-27 11:43:19 -0500 |
commit | 8c1f4590755a8b7d6db506cd8f03676f6a9c74d2 (patch) | |
tree | baa7819468a0e23ff6332320f48447265ad96fcf /libdbusmenu-glib | |
parent | ba52ef2eaf9e377bfc55e00e3c8520a26f2fa0e6 (diff) | |
parent | 77dfdb6c174eed409e8060fd08f6e0bd50d8e9ec (diff) | |
download | libdbusmenu-8c1f4590755a8b7d6db506cd8f03676f6a9c74d2.tar.gz libdbusmenu-8c1f4590755a8b7d6db506cd8f03676f6a9c74d2.tar.bz2 libdbusmenu-8c1f4590755a8b7d6db506cd8f03676f6a9c74d2.zip |
* New upstream release.
* Add function to get submenu of GTK-ified items
* Fix signal prototype of ID update
* Fixing the version string in the GIR file
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/Makefile.in | 6 | ||||
-rw-r--r-- | libdbusmenu-glib/server.c | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/libdbusmenu-glib/Makefile.in b/libdbusmenu-glib/Makefile.in index 2bd983e..94d607f 100644 --- a/libdbusmenu-glib/Makefile.in +++ b/libdbusmenu-glib/Makefile.in @@ -43,11 +43,7 @@ subdir = libdbusmenu-glib DIST_COMMON = $(libdbusmenu_glibinclude_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/dbusmenu-glib.pc.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \ - $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c index 02c9c57..0da66cc 100644 --- a/libdbusmenu-glib/server.c +++ b/libdbusmenu-glib/server.c @@ -146,8 +146,8 @@ dbusmenu_server_class_init (DbusmenuServerClass *class) G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET(DbusmenuServerClass, id_update), NULL, NULL, - g_cclosure_marshal_VOID__UINT, - G_TYPE_NONE, 1, G_TYPE_UINT); + g_cclosure_marshal_VOID__INT, + G_TYPE_NONE, 1, G_TYPE_INT); /** DbusmenuServer::layout-updated: @arg0: The #DbusmenuServer emitting the signal. |