mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 20:18:05 +02:00
More doc fixes
This commit is contained in:
parent
3522567519
commit
cb40853eae
@ -64,7 +64,7 @@ struct _GAsyncResultIface
|
|||||||
GObject * (* get_source_object) (GAsyncResult *res);
|
GObject * (* get_source_object) (GAsyncResult *res);
|
||||||
|
|
||||||
gboolean (* is_tagged) (GAsyncResult *res,
|
gboolean (* is_tagged) (GAsyncResult *res,
|
||||||
gpointer tag);
|
gpointer source_tag);
|
||||||
};
|
};
|
||||||
|
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
|
@ -211,7 +211,7 @@ struct _GMenuAttributeIterClass
|
|||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
gboolean (*get_next) (GMenuAttributeIter *iter,
|
gboolean (*get_next) (GMenuAttributeIter *iter,
|
||||||
const gchar **out_type,
|
const gchar **out_name,
|
||||||
GVariant **value);
|
GVariant **value);
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ struct _GMenuLinkIterClass
|
|||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
gboolean (*get_next) (GMenuLinkIter *iter,
|
gboolean (*get_next) (GMenuLinkIter *iter,
|
||||||
const gchar **out_name,
|
const gchar **out_link,
|
||||||
GMenuModel **value);
|
GMenuModel **value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user