OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GParamSpecParam
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gobject/
gparamspecs.h
384
* The #GType of #
GParamSpecParam
.
400
* Casts a #GParamSpec instance into a #
GParamSpecParam
.
402
#define G_PARAM_SPEC_PARAM(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_PARAM,
GParamSpecParam
))
569
typedef struct _GParamSpecParam
GParamSpecParam
;
836
*
GParamSpecParam
:
gparamspecs.c
714
/*
GParamSpecParam
*spec = G_PARAM_SPEC_PARAM (pspec); */
728
/*
GParamSpecParam
*spec = G_PARAM_SPEC_PARAM (pspec); */
[
all
...]
Completed in 213 milliseconds