HomeSort by relevance Sort by last modified time
    Searched refs:GTypeInfo (Results 1 - 25 of 34) sorted by null

1 2

  /external/bluetooth/glib/gobject/
gtypeplugin.c 99 static const GTypeInfo type_plugin_info = {
153 * @info: the #GTypeInfo struct to fill in
163 GTypeInfo *info,
gtypeplugin.h 60 * @info: the #GTypeInfo struct to fill in
67 GTypeInfo *info,
94 * @complete_type_info: Fills in the #GTypeInfo and
125 GTypeInfo *info,
gtypemodule.c 82 GTypeInfo info;
96 GTypeInfo *info,
157 static const GTypeInfo type_module_info = {
334 GTypeInfo *info,
384 const GTypeInfo *type_info,
532 GTypeInfo enum_type_info = { 0, };
571 GTypeInfo flags_type_info = { 0, };
genums.h 253 GTypeInfo *info,
256 GTypeInfo *info,
gtypemodule.h 95 * #GTypeInfo for information about these) and a static variable named
149 * const GTypeInfo g_define_type_info = {
197 const GTypeInfo g_define_type_info = { \
227 const GTypeInfo *type_info,
genums.c 93 static GTypeInfo info = {
189 GTypeInfo enum_type_info = {
233 GTypeInfo flags_type_info = {
260 * @info: the #GTypeInfo struct to be filled in
273 * GTypeInfo *info,
288 GTypeInfo *info,
306 * @info: the #GTypeInfo struct to be filled in
317 GTypeInfo *info,
testgobject.c 50 static const GTypeInfo test_iface_info =
166 static const GTypeInfo test_object_info =
330 static const GTypeInfo derived_object_info =
378 GTypeInfo info = { 0, };
gtype.h 377 typedef struct _GTypeInfo GTypeInfo;
702 * @class_data: The @class_data member supplied via the #GTypeInfo structure.
808 * @class_data: The @class_data member supplied via the #GTypeInfo structure.
813 * Also, specification of a GClassFinalizeFunc() in the #GTypeInfo
922 * GTypeInfo:
    [all...]
gvaluetypes.c 369 GTypeInfo info = {
1060 static const GTypeInfo type_info = { 0, };
1189 static const GTypeInfo type_info = {
gboxed.c 117 static const GTypeInfo info = {
399 static const GTypeInfo type_info = {
  /external/bluetooth/glib/tests/gobject/
testcommon.h 35 static const GTypeInfo object_info = \
71 static const GTypeInfo iface_info = \
defaultiface.c 120 static const GTypeInfo iface_info =
  /external/bluetooth/glib/gio/
gasyncresult.c 122 const GTypeInfo async_result_info =
gseekable.c 51 const GTypeInfo seekable_info =
gloadableicon.c 62 const GTypeInfo loadable_icon_info =
gdrive.c 68 const GTypeInfo drive_info =
gicon.c 77 const GTypeInfo icon_info =
gvolume.c 93 const GTypeInfo volume_info =
gappinfo.c 101 const GTypeInfo app_info_info =
gmount.c 77 const GTypeInfo mount_info =
  /external/bluetooth/glib/tests/refcount/
objects2.c 39 static const GTypeInfo test_info = {
objects.c 40 static const GTypeInfo test_info = {
properties2.c 54 static const GTypeInfo test_info = {
properties.c 57 static const GTypeInfo test_info = {
signals.c 71 static const GTypeInfo test_info = {

Completed in 1071 milliseconds

1 2