mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Reduce excessive width of gmenu.h
This commit is contained in:
committed by
Ryan Lortie
parent
58a8c02dfb
commit
9bebf15077
@@ -101,14 +101,14 @@ GMenuItem * g_menu_item_new_section (const g
|
|||||||
GMenuModel *section);
|
GMenuModel *section);
|
||||||
|
|
||||||
void g_menu_item_set_attribute_value (GMenuItem *menu_item,
|
void g_menu_item_set_attribute_value (GMenuItem *menu_item,
|
||||||
const char *attribute,
|
const gchar *attribute,
|
||||||
GVariant *value);
|
GVariant *value);
|
||||||
void g_menu_item_set_attribute (GMenuItem *menu_item,
|
void g_menu_item_set_attribute (GMenuItem *menu_item,
|
||||||
const char *attribute,
|
const gchar *attribute,
|
||||||
const gchar *format_string,
|
const gchar *format_string,
|
||||||
...);
|
...);
|
||||||
void g_menu_item_set_link (GMenuItem *menu_item,
|
void g_menu_item_set_link (GMenuItem *menu_item,
|
||||||
const char *link,
|
const gchar *link,
|
||||||
GMenuModel *model);
|
GMenuModel *model);
|
||||||
void g_menu_item_set_label (GMenuItem *menu_item,
|
void g_menu_item_set_label (GMenuItem *menu_item,
|
||||||
const gchar *label);
|
const gchar *label);
|
||||||
|
Reference in New Issue
Block a user