mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-27 18:10:03 +01:00
Fix up docs for GDuplicateFunc
This commit is contained in:
parent
cc2b1839f5
commit
d9f8381aa8
@ -801,6 +801,7 @@ g_datalist_id_get_data (GData **datalist,
|
||||
/**
|
||||
* GDuplicateFunc:
|
||||
* @data: the data to duplicate
|
||||
* @user_data: user data that was specified in g_datalist_id_dup_data()
|
||||
*
|
||||
* The type of functions that are used to 'duplicate' an object.
|
||||
* What this means depends on the context, it could just be
|
||||
|
@ -55,12 +55,12 @@ void g_datalist_id_set_data_full (GData **datalist,
|
||||
typedef gpointer (*GDuplicateFunc) (gpointer data, gpointer user_data);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_34
|
||||
gpointer g_datalist_id_dup_data (GData **data,
|
||||
gpointer g_datalist_id_dup_data (GData **datalist,
|
||||
GQuark key_id,
|
||||
GDuplicateFunc dup_func,
|
||||
gpointer user_data);
|
||||
GLIB_AVAILABLE_IN_2_34
|
||||
gboolean g_datalist_id_replace_data (GData **data,
|
||||
gboolean g_datalist_id_replace_data (GData **datalist,
|
||||
GQuark key_id,
|
||||
gpointer oldval,
|
||||
gpointer newval,
|
||||
|
Loading…
x
Reference in New Issue
Block a user