aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/enum-types.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-16 14:02:13 -0500
committerTed Gould <ted@gould.cx>2011-03-16 14:02:13 -0500
commit548bab4bd45f2d371fab88c89453de2f897f1b34 (patch)
tree2159a0b5651d06568460fb681a3885d0b4cbe523 /libdbusmenu-glib/enum-types.h
parentc1af4ce858d65282a0d5da6e6cf4e51454170eed (diff)
parent3c9af9576901318917a4c20ab668742255bbe429 (diff)
downloadlibdbusmenu-548bab4bd45f2d371fab88c89453de2f897f1b34.tar.gz
libdbusmenu-548bab4bd45f2d371fab88c89453de2f897f1b34.tar.bz2
libdbusmenu-548bab4bd45f2d371fab88c89453de2f897f1b34.zip
New upstream release.
∘ Remove child items when they're removed by GTK ∘ Adding opened and closed events for menu visibility ∘ Handle empty image types ∘ Remove critical warning on parser menuitem check (LP: #733918) ∘ Fix dependencies in pkgconfig files (LP: #733263) ∘ Handle NULL labels (LP: #733688) ∘ Fix memory leaks from variants (LP: #722972)
Diffstat (limited to 'libdbusmenu-glib/enum-types.h')
-rw-r--r--libdbusmenu-glib/enum-types.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libdbusmenu-glib/enum-types.h b/libdbusmenu-glib/enum-types.h
index f75ec64..d86ba63 100644
--- a/libdbusmenu-glib/enum-types.h
+++ b/libdbusmenu-glib/enum-types.h
@@ -36,10 +36,13 @@ License version 3 and version 2.1 along with this program. If not, see
G_BEGIN_DECLS
/* Enumerations from file: "./types.h" */
-#include "./types.h"
+#include "types.h"
+
+
GType dbusmenu_text_direction_get_type (void) G_GNUC_CONST;
const gchar * dbusmenu_text_direction_get_nick (DbusmenuTextDirection value) G_GNUC_CONST;
DbusmenuTextDirection dbusmenu_text_direction_get_value_from_nick (const gchar * nick) G_GNUC_CONST;
+
/**
DBUSMENU_TYPE_TEXT_DIRECTION:
@@ -48,9 +51,11 @@ DbusmenuTextDirection dbusmenu_text_direction_get_value_from_nick (const gchar *
*/
#define DBUSMENU_TYPE_TEXT_DIRECTION (dbusmenu_text_direction_get_type())
+
GType dbusmenu_status_get_type (void) G_GNUC_CONST;
const gchar * dbusmenu_status_get_nick (DbusmenuStatus value) G_GNUC_CONST;
DbusmenuStatus dbusmenu_status_get_value_from_nick (const gchar * nick) G_GNUC_CONST;
+
/**
DBUSMENU_TYPE_STATUS: