We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80d6fd2 + bddc993 commit 1986a82Copy full SHA for 1986a82
glib/src/gobject/flags.rs
@@ -18,7 +18,8 @@ bitflags::bitflags! {
18
const CONSTRUCT_ONLY = gobject_ffi::G_PARAM_CONSTRUCT_ONLY as _;
19
#[doc(alias = "G_PARAM_LAX_VALIDATION")]
20
const LAX_VALIDATION = gobject_ffi::G_PARAM_LAX_VALIDATION as _;
21
- const USER_1 = 256;
+ const USER_0 = 256;
22
+ const USER_1 = 512;
23
const USER_2 = 1024;
24
const USER_3 = 2048;
25
const USER_4 = 4096;
0 commit comments