Home
last modified time | relevance | path

Searched refs:GObjectConstructParam (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/glib/gio/win32/
Dgwin32directorymonitor.c54 GObjectConstructParam *construct_properties);
148 GObjectConstructParam *construct_properties) { in g_win32_directory_monitor_constructor()
/external/bluetooth/glib/tests/gobject/
Dsingleton.c47 GObjectConstructParam *construct_properties) in my_singleton_constructor()
Difaceproperties.c158 GObjectConstructParam *construct_properties) in DEFINE_IFACE()
/external/bluetooth/glib/gobject/
Dgobject.h188 typedef struct _GObjectConstructParam GObjectConstructParam; typedef
323 GObjectConstructParam *construct_properties);
Dgobject.c137 GObjectConstructParam *construct_params);
1116 GObjectConstructParam *cparams, *oparams; in g_object_newv()
1139 oparams = g_new (GObjectConstructParam, n_parameters); in g_object_newv()
1140 cparams = g_new (GObjectConstructParam, n_total_cparams); in g_object_newv()
1333 GObjectConstructParam *construct_params) in g_object_constructor()
/external/bluetooth/glib/gio/fam/
Dgfamfilemonitor.c62 GObjectConstructParam *construct_properties) in g_fam_file_monitor_constructor()
Dgfamdirectorymonitor.c63 GObjectConstructParam *construct_properties) in g_fam_directory_monitor_constructor()
/external/bluetooth/glib/gio/fen/
Dgfenfilemonitor.c73 GObjectConstructParam *construct_properties) in g_fen_file_monitor_constructor()
Dgfendirectorymonitor.c74 GObjectConstructParam *construct_properties) in g_fen_directory_monitor_constructor()
/external/bluetooth/glib/gio/inotify/
Dginotifydirectorymonitor.c71 GObjectConstructParam *construct_properties) in g_inotify_directory_monitor_constructor()
Dginotifyfilemonitor.c85 GObjectConstructParam *construct_properties) in g_inotify_file_monitor_constructor()
/external/bluetooth/glib/gio/
Dglocalfilemonitor.c67 GObjectConstructParam *construct_properties) in g_local_file_monitor_constructor()
Dglocaldirectorymonitor.c86 GObjectConstructParam *construct_properties) in g_local_directory_monitor_constructor()
/external/bluetooth/glib/docs/reference/gobject/
Dgobject-sections.txt221 GObjectConstructParam
/external/bluetooth/glib/docs/reference/
DChangeLog2728 * gobject/gobject-sections.txt: Add GObjectConstructParam.