Lines Matching full:nick
441 * @nick: the nickname to look up
445 * Returns: the #GEnumValue with nickname @nick, or %NULL if the
450 const gchar *nick)
453 g_return_val_if_fail (nick != NULL, NULL);
460 if (enum_value->value_nick && strcmp (nick, enum_value->value_nick) == 0)
470 * @nick: the nickname to look up
474 * Returns: the #GFlagsValue with nickname @nick, or %NULL if there is
479 const gchar *nick)
482 g_return_val_if_fail (nick != NULL, NULL);
489 if (flags_value->value_nick && strcmp (nick, flags_value->value_nick) == 0)