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

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 33 typedef struct _GParamSpec GParamSpec;
67 GParamSpec*);
  /external/bluetooth/glib/gobject/
gparam.h 19 * gparam.h: GParamSpec base class implementation
42 * @pspec: a valid #GParamSpec
44 * Casts a derived #GParamSpec object (e.g. of type #GParamSpecInt) into
45 * a #GParamSpec object.
47 #define G_PARAM_SPEC(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
50 * @pspec: a #GParamSpec
52 * Checks whether @pspec "is a" valid #GParamSpec structure of type %G_TYPE_PARAM
73 * @pspec: a valid #GParamSpec
75 * Retrieves the #GParamSpecClass of a #GParamSpec.
83 * @pspec: a valid #GParamSpec
    [all...]

Completed in 48 milliseconds