OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GAppLaunchContextClass
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
gappinfo.c
726
g_app_launch_context_class_init (
GAppLaunchContextClass
*klass)
752
GAppLaunchContextClass
*class;
786
GAppLaunchContextClass
*class;
813
GAppLaunchContextClass
*class;
gappinfo.h
41
#define G_APP_LAUNCH_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_APP_LAUNCH_CONTEXT,
GAppLaunchContextClass
))
44
#define G_APP_LAUNCH_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_APP_LAUNCH_CONTEXT,
GAppLaunchContextClass
))
46
typedef struct _GAppLaunchContextClass
GAppLaunchContextClass
;
Completed in 21 milliseconds