mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
Reduce excessive width
This commit is contained in:
parent
f9f0ef19d7
commit
381b23fc85
@ -26,21 +26,21 @@
|
|||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
void g_menu_markup_parser_start (GMarkupParseContext *context,
|
void g_menu_markup_parser_start (GMarkupParseContext *context,
|
||||||
const gchar *domain,
|
const gchar *domain,
|
||||||
GHashTable *objects);
|
GHashTable *objects);
|
||||||
GHashTable * g_menu_markup_parser_end (GMarkupParseContext *context);
|
GHashTable * g_menu_markup_parser_end (GMarkupParseContext *context);
|
||||||
|
|
||||||
void g_menu_markup_parser_start_menu (GMarkupParseContext *context,
|
void g_menu_markup_parser_start_menu (GMarkupParseContext *context,
|
||||||
const gchar *domain,
|
const gchar *domain,
|
||||||
GHashTable *objects);
|
GHashTable *objects);
|
||||||
GMenu * g_menu_markup_parser_end_menu (GMarkupParseContext *context);
|
GMenu * g_menu_markup_parser_end_menu (GMarkupParseContext *context);
|
||||||
|
|
||||||
void g_menu_markup_print_stderr (GMenuModel *model);
|
void g_menu_markup_print_stderr (GMenuModel *model);
|
||||||
GString * g_menu_markup_print_string (GString *string,
|
GString * g_menu_markup_print_string (GString *string,
|
||||||
GMenuModel *model,
|
GMenuModel *model,
|
||||||
gint indent,
|
gint indent,
|
||||||
gint tabstop);
|
gint tabstop);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user