mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 05:50:21 +01:00
parent
efafc98147
commit
234bc0adcf
1 changed files with 1 additions and 1 deletions
|
|
@ -755,7 +755,7 @@ _get_fcn_gobject_enum (ARGS_GET_FCN)
|
|||
&& !G_IS_ENUM_CLASS (gtype_class ?: (gtype_class = g_type_class_ref (gtype))))
|
||||
? g_strdup_printf ("0x%"G_GINT64_FORMAT, v)
|
||||
: g_strdup_printf ("%"G_GINT64_FORMAT, v);
|
||||
RETURN_STR_TO_FREE (s);
|
||||
RETURN_STR_TO_FREE (g_steal_pointer (&s));
|
||||
}
|
||||
|
||||
/* the gobject_enum.value_infos are currently ignored for the getter. They
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue