OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GParamSpecLong
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gobject/
gparamspecs.h
154
* The #GType of #
GParamSpecLong
.
170
* Cast a #GParamSpec instance into a #
GParamSpecLong
.
172
#define G_PARAM_SPEC_LONG(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_LONG,
GParamSpecLong
))
559
typedef struct _GParamSpecLong
GParamSpecLong
;
659
*
GParamSpecLong
:
gparamspecs.c
218
GParamSpecLong
*lspec = G_PARAM_SPEC_LONG (pspec);
241
GParamSpecLong
*lspec = G_PARAM_SPEC_LONG (pspec);
1208
sizeof (
GParamSpecLong
), /* instance_size */
[
all
...]
Completed in 16 milliseconds