Searched defs:G_PARAM_STATIC_NICK (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
H A Dgparam.h126 * @G_PARAM_STATIC_NICK: the string used as nick when constructing the
150 G_PARAM_STATIC_NICK = 1 << 6, enumerator in enum:__anon573
162 * #GParamFlags value alias for %G_PARAM_STATIC_NAME | %G_PARAM_STATIC_NICK | %G_PARAM_STATIC_BLURB.
166 #define G_PARAM_STATIC_STRINGS (G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)

Completed in 22 milliseconds