mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Take out excessive width
This commit is contained in:
parent
381b23fc85
commit
efd23e23c6
@ -26,18 +26,18 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define G_TYPE_MENU_PROXY (g_menu_proxy_get_type ())
|
||||
#define G_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
|
||||
G_TYPE_MENU_PROXY, GMenuProxy))
|
||||
#define G_IS_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
|
||||
G_TYPE_MENU_PROXY))
|
||||
#define G_TYPE_MENU_PROXY (g_menu_proxy_get_type ())
|
||||
#define G_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
|
||||
G_TYPE_MENU_PROXY, GMenuProxy))
|
||||
#define G_IS_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
|
||||
G_TYPE_MENU_PROXY))
|
||||
|
||||
typedef struct _GMenuProxy GMenuProxy;
|
||||
typedef struct _GMenuProxy GMenuProxy;
|
||||
|
||||
GType g_menu_proxy_get_type (void) G_GNUC_CONST;
|
||||
GMenuProxy * g_menu_proxy_get (GDBusConnection *connection,
|
||||
const gchar *bus_name,
|
||||
const gchar *object_path);
|
||||
GType g_menu_proxy_get_type (void) G_GNUC_CONST;
|
||||
GMenuProxy * g_menu_proxy_get (GDBusConnection *connection,
|
||||
const gchar *bus_name,
|
||||
const gchar *object_path);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user