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

  /external/bluetooth/glib/gobject/
gparam.h 213 guint param_id; /* sort-criteria */ member in struct:_GParamSpec
gobject.c 108 #define PARAM_SPEC_PARAM_ID(pspec) ((pspec)->param_id)
109 #define PARAM_SPEC_SET_PARAM_ID(pspec, id) ((pspec)->param_id = (id))
561 * instead, so that the @param_id field of the #GParamSpec will be
897 guint param_id = PARAM_SPEC_PARAM_ID (pspec); local
904 class->get_property (object, param_id, value, pspec);
915 guint param_id = PARAM_SPEC_PARAM_ID (pspec); local
942 class->set_property (object, param_id, &tmp_value, pspec);
    [all...]

Completed in 35 milliseconds