Searched defs:first_property_name (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgobject.c1038 * @first_property_name: the name of the first property
1051 const gchar *first_property_name,
1059 va_start (var_args, first_property_name);
1060 object = g_object_new_valist (object_type, first_property_name, var_args);
1253 * @first_property_name: the name of the first property
1266 const gchar *first_property_name,
1277 if (!first_property_name)
1283 name = first_property_name;
1367 * @first_property_name: name of the first property to set
1375 const gchar *first_property_name,
1050 g_object_new(GType object_type, const gchar *first_property_name, ...) argument
1265 g_object_new_valist(GType object_type, const gchar *first_property_name, va_list var_args) argument
1374 g_object_set_valist(GObject *object, const gchar *first_property_name, va_list var_args) argument
1457 g_object_get_valist(GObject *object, const gchar *first_property_name, va_list var_args) argument
1527 g_object_set(gpointer _object, const gchar *first_property_name, ...) argument
1578 g_object_get(gpointer _object, const gchar *first_property_name, ...) argument
[all...]

Completed in 49 milliseconds