mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
gio: fix the build
This commit is contained in:
parent
92fab48387
commit
3944a63fed
@ -381,7 +381,7 @@ g_permission_class_init (GPermissionClass *class)
|
|||||||
*/
|
*/
|
||||||
g_object_class_install_property (object_class, PROP_ALLOWED,
|
g_object_class_install_property (object_class, PROP_ALLOWED,
|
||||||
g_param_spec_boolean ("allowed",
|
g_param_spec_boolean ("allowed",
|
||||||
P(("Is allowed"),
|
P_("Is allowed"),
|
||||||
P_("If the caller is allowed to perform the action"),
|
P_("If the caller is allowed to perform the action"),
|
||||||
FALSE,
|
FALSE,
|
||||||
G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
|
G_PARAM_STATIC_STRINGS | G_PARAM_READABLE));
|
||||||
|
Loading…
Reference in New Issue
Block a user