mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01: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);
|
||||
|
||||
gboolean (* is_tagged) (GAsyncResult *res,
|
||||
gpointer tag);
|
||||
gpointer source_tag);
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
|
@ -211,7 +211,7 @@ struct _GMenuAttributeIterClass
|
||||
GObjectClass parent_class;
|
||||
|
||||
gboolean (*get_next) (GMenuAttributeIter *iter,
|
||||
const gchar **out_type,
|
||||
const gchar **out_name,
|
||||
GVariant **value);
|
||||
};
|
||||
|
||||
@ -253,7 +253,7 @@ struct _GMenuLinkIterClass
|
||||
GObjectClass parent_class;
|
||||
|
||||
gboolean (*get_next) (GMenuLinkIter *iter,
|
||||
const gchar **out_name,
|
||||
const gchar **out_link,
|
||||
GMenuModel **value);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user