diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-16 15:53:11 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-16 15:53:11 -0400 |
commit | acb6127f75c35a8e2b205f902cd3616b4ad42110 (patch) | |
tree | 3fc184677e1eb68977982827cbad15749dd5bf9a /libdbusmenu-glib/enum-types.h | |
parent | dfcaec3ddc7445d596cb5fe3e36d94e5540ecf61 (diff) | |
parent | 96cc1dcb427121de0592ce78230d31412c75bda4 (diff) | |
download | libdbusmenu-acb6127f75c35a8e2b205f902cd3616b4ad42110.tar.gz libdbusmenu-acb6127f75c35a8e2b205f902cd3616b4ad42110.tar.bz2 libdbusmenu-acb6127f75c35a8e2b205f902cd3616b4ad42110.zip |
releasing version 0.3.102-0ubuntu1
Diffstat (limited to 'libdbusmenu-glib/enum-types.h')
-rw-r--r-- | libdbusmenu-glib/enum-types.h | 7 |
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: |