enum-types.h | enum-types.h | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
<http://www.gnu.org/licenses/> | <http://www.gnu.org/licenses/> | |||
*/ | */ | |||
#ifndef __DBUSMENU_ENUM_TYPES_H__ | #ifndef __DBUSMENU_ENUM_TYPES_H__ | |||
#define __DBUSMENU_ENUM_TYPES_H__ | #define __DBUSMENU_ENUM_TYPES_H__ | |||
#include <glib-object.h> | #include <glib-object.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
/* Enumerations from file: "./types.h" */ | /* Enumerations from file: "types.h" */ | |||
#include "types.h" | #include "types.h" | |||
GType dbusmenu_text_direction_get_type (void) G_GNUC_CONST; | GType dbusmenu_text_direction_get_type (void) G_GNUC_CONST; | |||
const gchar * dbusmenu_text_direction_get_nick (DbusmenuTextDirection value ) G_GNUC_CONST; | const gchar * dbusmenu_text_direction_get_nick (DbusmenuTextDirection value ) G_GNUC_CONST; | |||
DbusmenuTextDirection dbusmenu_text_direction_get_value_from_nick (const gc har * nick) G_GNUC_CONST; | DbusmenuTextDirection dbusmenu_text_direction_get_value_from_nick (const gc har * nick) G_GNUC_CONST; | |||
/** | /** | |||
DBUSMENU_TYPE_TEXT_DIRECTION: | DBUSMENU_TYPE_TEXT_DIRECTION: | |||
Gets the #GType value for the type associated with the | Gets the #GType value for the type associated with the | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||