mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
more whitespace fixes
This commit is contained in:
parent
ae3d42c60f
commit
a9551ccf92
@ -36,12 +36,12 @@ GvdbTable * gvdb_table_new (const g
|
|||||||
GError **error);
|
GError **error);
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
GvdbTable * gvdb_table_new_from_data (const void *data,
|
GvdbTable * gvdb_table_new_from_data (const void *data,
|
||||||
gsize data_len,
|
gsize data_len,
|
||||||
gboolean trusted,
|
gboolean trusted,
|
||||||
gpointer user_data,
|
gpointer user_data,
|
||||||
GvdbRefFunc ref,
|
GvdbRefFunc ref,
|
||||||
GDestroyNotify unref,
|
GDestroyNotify unref,
|
||||||
GError **error);
|
GError **error);
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
GvdbTable * gvdb_table_ref (GvdbTable *table);
|
GvdbTable * gvdb_table_ref (GvdbTable *table);
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
|
Loading…
Reference in New Issue
Block a user