Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkbuildable.h>
Data Fields | |
void(* | start_element )(GtkBuildableParseContext *context, const char *element_name, const char **attribute_names, const char **attribute_values, gpointer user_data, GError **error) |
void(* | end_element )(GtkBuildableParseContext *context, const char *element_name, gpointer user_data, GError **error) |
void(* | text )(GtkBuildableParseContext *context, const char *text, gsize text_len, gpointer user_data, GError **error) |
void(* | error )(GtkBuildableParseContext *context, GError *error, gpointer user_data) |
gpointer | padding [4] |
GtkBuildableParseContext:
An opaque context struct for GtkBuildableParser
. GtkBuildableParser: @start_element: function called for open elements @end_element: function called for close elements @text: function called for character data @error: function called on error
A sub-parser for GtkBuildable
implementations.
Definition at line 55 of file gtkbuildable.h.
void(* _GtkBuildableParser::end_element) (GtkBuildableParseContext *context, const char *element_name, gpointer user_data, GError **error) |
Definition at line 66 of file gtkbuildable.h.
void(* _GtkBuildableParser::error) (GtkBuildableParseContext *context, GError *error, gpointer user_data) |
Definition at line 82 of file gtkbuildable.h.
gpointer _GtkBuildableParser::padding[4] |
Definition at line 87 of file gtkbuildable.h.
void(* _GtkBuildableParser::start_element) (GtkBuildableParseContext *context, const char *element_name, const char **attribute_names, const char **attribute_values, gpointer user_data, GError **error) |
Definition at line 58 of file gtkbuildable.h.
void(* _GtkBuildableParser::text) (GtkBuildableParseContext *context, const char *text, gsize text_len, gpointer user_data, GError **error) |
Definition at line 73 of file gtkbuildable.h.