Home
last modified time | relevance | path

Searched refs:g_variant_check_format_string (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dgvariant.c4602 g_assert_true (g_variant_check_format_string (value, "(s*)", TRUE)); in test_check_format_string()
4603 g_assert_true (g_variant_check_format_string (value, "(s*)", FALSE)); in test_check_format_string()
4604 g_assert_false (g_variant_check_format_string (value, "(u*)", TRUE)); in test_check_format_string()
4605 g_assert_false (g_variant_check_format_string (value, "(u*)", FALSE)); in test_check_format_string()
4607 g_assert_true (g_variant_check_format_string (value, "(&s*)", FALSE)); in test_check_format_string()
4609 g_assert_false (g_variant_check_format_string (value, "(&s*)", TRUE)); in test_check_format_string()
4612 g_assert_true (g_variant_check_format_string (value, "(s^as)", TRUE)); in test_check_format_string()
4626 g_assert_true (g_variant_check_format_string (value, "(s*)", TRUE)); in test_check_format_string()
4627 g_assert_true (g_variant_check_format_string (value, "(s*)", FALSE)); in test_check_format_string()
4628 g_assert_false (g_variant_check_format_string (value, "(u*)", TRUE)); in test_check_format_string()
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgmenumodel.c603 if (!g_variant_check_format_string (value, format_string, TRUE)) in g_menu_model_get_item_attribute()
H A Dgmenu.c851 if (!g_variant_check_format_string (value, format_string, FALSE)) in g_menu_item_get_attribute()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgvariant.h414 gboolean g_variant_check_format_string (GVariant *valu…
H A Dgvariant.c3999 if (value == NULL || !g_variant_check_format_string (value, format_string, FALSE)) in g_variant_dict_lookup()
4442 g_variant_check_format_string (GVariant *value, in g_variant_check_format_string() function
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dvariant.cc935 …return g_variant_check_format_string(const_cast<GVariant*>(gobj()), format_string.c_str(), static_… in check_format_string()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtklistview.c776 if (!g_variant_check_format_string (parameter, "u", FALSE)) in gtk_list_view_activate_item()
H A Dgtkgridview.c1015 if (!g_variant_check_format_string (parameter, "u", FALSE)) in gtk_grid_view_activate_item()
H A Dgtklistbase.c819 if (!g_variant_check_format_string (parameter, "u", FALSE)) in gtk_list_base_scroll_to_item()
/dports/devel/p5-Glib/Glib-1.3293/
H A DGVariant.xs582 # gboolean g_variant_check_format_string (GVariant *value, const gchar *format_string, gboolean cop…
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/plugins/systray/
H A Dsn-item.c741 if (g_variant_check_format_string (properties, "(a{sv})", FALSE) == FALSE) in sn_item_get_all_properties_result()
/dports/www/epiphany/epiphany-41.0/src/profile-migrator/
H A Dephy-profile-migrator.c719 if (!g_variant_check_format_string (value, "(xssdbas)", FALSE)) in convert_bookmark_timestamp()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dvariant.hg215 …ing(const std::string& format_string, bool copy_only = false) const, g_variant_check_format_string)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4636 pub fn g_variant_check_format_string( in g_variant_check_format_string() function
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4636 pub fn g_variant_check_format_string( in g_variant_check_format_string() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs4645 pub fn g_variant_check_format_string( in g_variant_check_format_string() function
/dports/www/castor/castor-0.8.16/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4636 pub fn g_variant_check_format_string( in g_variant_check_format_string() function
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4636 pub fn g_variant_check_format_string( in g_variant_check_format_string() function
/dports/net-im/fractal/fractal-4.4.0/vendor/glib-sys/src/
H A Dlib.rs4636 pub fn g_variant_check_format_string( in g_variant_check_format_string() function
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4071 function g_variant_check_format_string(value: PGVariant; format_string: Pgchar; copy_only: gboolean… in g_variant_check_format_string() function
8929 Result := LazGLib2.g_variant_check_format_string(@self, format_string, copy_only);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4071 function g_variant_check_format_string(value: PGVariant; format_string: Pgchar; copy_only: gboolean… in g_variant_check_format_string() function
8929 Result := LazGLib2.g_variant_check_format_string(@self, format_string, copy_only);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4071 function g_variant_check_format_string(value: PGVariant; format_string: Pgchar; copy_only: gboolean… in g_variant_check_format_string() function
8929 Result := LazGLib2.g_variant_check_format_string(@self, format_string, copy_only);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas4071 function g_variant_check_format_string(value: PGVariant; format_string: Pgchar; copy_only: gboolean… in g_variant_check_format_string() function
8929 Result := LazGLib2.g_variant_check_format_string(@self, format_string, copy_only);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs5024 pub fn g_variant_check_format_string( in g_variant_check_format_string() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/src/
H A Dlib.rs5024 pub fn g_variant_check_format_string( in g_variant_check_format_string() function

12