diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 12:39:41 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 12:39:41 -0600 |
commit | 10e6923a8868dd8468e6e211a3631deafb578a3e (patch) | |
tree | 2a79277658598c8f47d22670d974a6c543fd1c2b /libdbusmenu-gtk/client.h | |
parent | 38c9adcb94c6ab0d273815705b474a801f56a59d (diff) | |
parent | 54203154fee5b70cf37c4ce4f92176d67597a7e8 (diff) | |
download | libdbusmenu-10e6923a8868dd8468e6e211a3631deafb578a3e.tar.gz libdbusmenu-10e6923a8868dd8468e6e211a3631deafb578a3e.tar.bz2 libdbusmenu-10e6923a8868dd8468e6e211a3631deafb578a3e.zip |
Merge in some of the changes from the 0.2 branch. Specifically we're taking:
* Changing the name to org.ayatana
* Underline fixes
* Documenation of the DBus API
We're not taking
* Updates to the test suite
* New tools
Diffstat (limited to 'libdbusmenu-gtk/client.h')
-rw-r--r-- | libdbusmenu-gtk/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdbusmenu-gtk/client.h b/libdbusmenu-gtk/client.h index b1d816f..4cfbdcf 100644 --- a/libdbusmenu-gtk/client.h +++ b/libdbusmenu-gtk/client.h @@ -29,8 +29,7 @@ License version 3 and version 2.1 along with this program. If not, see #ifndef __DBUSMENU_GTKCLIENT_H__ #define __DBUSMENU_GTKCLIENT_H__ -#include <glib.h> -#include <glib-object.h> +#include <gtk/gtk.h> #include <libdbusmenu-glib/client.h> G_BEGIN_DECLS |