Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkBuildableParser Struct Reference

#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]
 

Detailed Description

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.

Field Documentation

◆ end_element

void(* _GtkBuildableParser::end_element) (GtkBuildableParseContext *context, const char *element_name, gpointer user_data, GError **error)

Definition at line 66 of file gtkbuildable.h.

◆ error

void(* _GtkBuildableParser::error) (GtkBuildableParseContext *context, GError *error, gpointer user_data)

Definition at line 82 of file gtkbuildable.h.

◆ padding

gpointer _GtkBuildableParser::padding[4]

Definition at line 87 of file gtkbuildable.h.

◆ start_element

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.

◆ text

void(* _GtkBuildableParser::text) (GtkBuildableParseContext *context, const char *text, gsize text_len, gpointer user_data, GError **error)

Definition at line 73 of file gtkbuildable.h.


The documentation for this struct was generated from the following file: