OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GParamSpecPointer
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gobject/
gparamspecs.h
430
* The #GType of #
GParamSpecPointer
.
446
* Casts a #GParamSpec instance into a #
GParamSpecPointer
.
448
#define G_PARAM_SPEC_POINTER(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_POINTER,
GParamSpecPointer
))
571
typedef struct _GParamSpecPointer
GParamSpecPointer
;
857
*
GParamSpecPointer
:
gparamspecs.c
783
/*
GParamSpecPointer
*spec = G_PARAM_SPEC_POINTER (pspec); */
797
/*
GParamSpecPointer
*spec = G_PARAM_SPEC_POINTER (pspec); */
[
all
...]
Completed in 19 milliseconds