enum-types.h | enum-types.h | |||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
*/ | */ | |||
#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 | |||
#DbusmenuTextDirection enumerated type. | #DbusmenuTextDirection enumerated type. | |||
*/ | */ | |||
#define DBUSMENU_TYPE_TEXT_DIRECTION (dbusmenu_text_direction_get_type()) | #define DBUSMENU_TYPE_TEXT_DIRECTION (dbusmenu_text_direction_get_type()) | |||
GType dbusmenu_status_get_type (void) G_GNUC_CONST; | GType dbusmenu_status_get_type (void) G_GNUC_CONST; | |||
const gchar * dbusmenu_status_get_nick (DbusmenuStatus value) G_GNUC_CONST; | const gchar * dbusmenu_status_get_nick (DbusmenuStatus value) G_GNUC_CONST; | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added | |||
parser.h | parser.h | |||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
#ifndef DBUSMENU_GTK_PARSER_H__ | #ifndef DBUSMENU_GTK_PARSER_H__ | |||
#define DBUSMENU_GTK_PARSER_H__ | #define DBUSMENU_GTK_PARSER_H__ | |||
#include <libdbusmenu-glib/menuitem.h> | #include <libdbusmenu-glib/menuitem.h> | |||
#include <gtk/gtk.h> | #include <gtk/gtk.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
DbusmenuMenuitem * dbusmenu_gtk_parse_menu_structure (GtkWidget * widget); | DbusmenuMenuitem * dbusmenu_gtk_parse_menu_structure (GtkWidget * widget); | |||
DbusmenuMenuitem * dbusmenu_gtk_parse_get_cached_item (GtkWidget * widget); | ||||
/** | /** | |||
SECTION:parser | SECTION:parser | |||
@short_description: A parser of in-memory GTK menu trees | @short_description: A parser of in-memory GTK menu trees | |||
@stability: Unstable | @stability: Unstable | |||
@include: libdbusmenu-gtk/parser.h | @include: libdbusmenu-gtk/parser.h | |||
The parser will take a GTK menu tree and attach it to a Dbusmenu men u | The parser will take a GTK menu tree and attach it to a Dbusmenu men u | |||
tree. Along with setting up all the signals for updates and destruc tion. | tree. Along with setting up all the signals for updates and destruc tion. | |||
The returned item would be the root item of the given tree. | The returned item would be the root item of the given tree. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||