HomeSort by relevance Sort by last modified time
    Searched refs:GParamSpecBoxed (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gobject/
gparamspecs.h 407 * The #GType of #GParamSpecBoxed.
423 * Cast a #GParamSpec instance into a #GParamSpecBoxed.
425 #define G_PARAM_SPEC_BOXED(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_BOXED, GParamSpecBoxed))
570 typedef struct _GParamSpecBoxed GParamSpecBoxed;
847 * GParamSpecBoxed:
gparamspecs.c 745 /* GParamSpecBoxed *bspec = G_PARAM_SPEC_BOXED (pspec); */
759 /* GParamSpecBoxed *bspec = G_PARAM_SPEC_BOXED (pspec); */
    [all...]

Completed in 21 milliseconds