mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 00:16:15 +01:00
C++ify the reader header
This commit is contained in:
parent
92c22e7ca7
commit
ba5619ba7f
@ -26,6 +26,8 @@
|
|||||||
|
|
||||||
typedef struct _GvdbTable GvdbTable;
|
typedef struct _GvdbTable GvdbTable;
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
G_GNUC_INTERNAL
|
G_GNUC_INTERNAL
|
||||||
GvdbTable * gvdb_table_new (const gchar *filename,
|
GvdbTable * gvdb_table_new (const gchar *filename,
|
||||||
gboolean trusted,
|
gboolean trusted,
|
||||||
@ -72,5 +74,6 @@ void gvdb_table_walk (GvdbTab
|
|||||||
GvdbWalkCloseFunc close_func,
|
GvdbWalkCloseFunc close_func,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __gvdb_reader_h__ */
|
#endif /* __gvdb_reader_h__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user