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

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.h 34 typedef gulong GType;
179 GRefPtr<GdkPixbuf> getStockIcon(GType, const char* iconName, gint direction, gint state, gint iconSize);
  /external/bluetooth/glib/gobject/
gtype.h 34 * @type: A #GType value.
55 * An invalid #GType used as error return value in some functions which return
56 * a #GType.
202 * Returns: the GType
204 #define G_TYPE_MAKE_FUNDAMENTAL(x) ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
244 * @type: A #GType value.
253 * @type: A #GType value.
264 * @type: A #GType value.
271 * with the difference that GType interfaces are not derivable (but see
279 * @type: A #GType value
    [all...]

Completed in 88 milliseconds