OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_TYPE_PARAM_UCHAR
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gobject/
gparamspecs.h
60
*
G_TYPE_PARAM_UCHAR
:
64
#define
G_TYPE_PARAM_UCHAR
(g_param_spec_types[1])
69
* Checks whether the given #GParamSpec is of type %
G_TYPE_PARAM_UCHAR
.
73
#define G_IS_PARAM_SPEC_UCHAR(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec),
G_TYPE_PARAM_UCHAR
))
80
#define G_PARAM_SPEC_UCHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec),
G_TYPE_PARAM_UCHAR
, GParamSpecUChar))
gparamspecs.c
1132
/*
G_TYPE_PARAM_UCHAR
1147
g_assert (type ==
G_TYPE_PARAM_UCHAR
);
[
all
...]
Completed in 12 milliseconds