Home
last modified time | relevance | path

Searched refs:type_annotate (Results 1 – 25 of 71) sorted by relevance

123

/dports/net/libgweather/libgweather-40.0/libgweather/
H A Dgweather-db.h316 Db_variant_format (v, s, type_annotate); in Db_variant_print()
497 db_i18n_format (v, s, type_annotate); in db_i18n_print()
619 if (len == 0 && type_annotate) in db_arrayofstring_format()
748 db_timezone_format (v, s, type_annotate); in db_timezone_print()
954 if (len == 0 && type_annotate) in db_arrayofuint16_format()
1268 db_location_format (v, s, type_annotate); in db_location_print()
1442 if (len == 0 && type_annotate) in db_world_loc_by_country_format()
1637 if (len == 0 && type_annotate) in db_world_loc_by_metar_format()
1832 if (len == 0 && type_annotate) in db_world_timezones_format()
1956 if (len == 0 && type_annotate) in db_arrayof_location_format()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgvariant.c2220 if (type_annotate) in g_variant_print_string()
2316 if (type_annotate) in g_variant_print_string()
2514 if (type_annotate) in g_variant_print_string()
2521 if (type_annotate) in g_variant_print_string()
2528 if (type_annotate) in g_variant_print_string()
2543 if (type_annotate) in g_variant_print_string()
2550 if (type_annotate) in g_variant_print_string()
2557 if (type_annotate) in g_variant_print_string()
2564 if (type_annotate) in g_variant_print_string()
2595 if (type_annotate) in g_variant_print_string()
[all …]
H A Dgvariant.h237 … gboolean type_annotate);
241 … gboolean type_annotate);
/dports/net-im/libaccounts-glib/libaccounts-glib-886a80b3ba975d8a59a6500ade2b1debb552660c/libaccounts-glib/
H A Dag-util.h54 gchar *_ag_value_to_db (GVariant *value, gboolean type_annotate);
H A Dag-util.c110 _ag_value_to_db (GVariant *value, gboolean type_annotate) in _ag_value_to_db() argument
112 return g_variant_print (value, type_annotate); in _ag_value_to_db()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dvariant.cc913 Glib::ustring VariantBase::print(bool type_annotate) const in print()
915 …ar_ptr_to_ustring(g_variant_print(const_cast<GVariant*>(gobj()), static_cast<int>(type_annotate))); in print()
H A Dvariant.h479 Glib::ustring print(bool type_annotate = false) const;
/dports/devel/p5-Glib/Glib-1.3293/
H A DGVariant.xs518 # GString * g_variant_print_string (GVariant *value, GString *string, gboolean type_annotate);
519 gchar_own * g_variant_print (GVariant *value, gboolean type_annotate);
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas3033 function print(type_annotate: gboolean): Pgchar; cdecl; inline; in print()
3034 function print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; inline; in print_string()
4154 function g_variant_print(value: PGVariant; type_annotate: gboolean): Pgchar; cdecl; external; in g_variant_print()
4155 function g_variant_print_string(value: PGVariant; string_: PGString; type_annotate: gboolean): PGSt… in g_variant_print_string()
9137 function TGVariant.print(type_annotate: gboolean): Pgchar; cdecl; in print()
9139 Result := LazGLib2.g_variant_print(@self, type_annotate);
9142 function TGVariant.print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; in TGVariant.print_string()
9144 Result := LazGLib2.g_variant_print_string(@self, string_, type_annotate);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas3033 function print(type_annotate: gboolean): Pgchar; cdecl; inline; in print()
3034 function print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; inline; in print_string()
4154 function g_variant_print(value: PGVariant; type_annotate: gboolean): Pgchar; cdecl; external; in g_variant_print()
4155 function g_variant_print_string(value: PGVariant; string_: PGString; type_annotate: gboolean): PGSt… in g_variant_print_string()
9137 function TGVariant.print(type_annotate: gboolean): Pgchar; cdecl; in print()
9139 Result := LazGLib2.g_variant_print(@self, type_annotate);
9142 function TGVariant.print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; in TGVariant.print_string()
9144 Result := LazGLib2.g_variant_print_string(@self, string_, type_annotate);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas3033 function print(type_annotate: gboolean): Pgchar; cdecl; inline; in print()
3034 function print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; inline; in print_string()
4154 function g_variant_print(value: PGVariant; type_annotate: gboolean): Pgchar; cdecl; external; in g_variant_print()
4155 function g_variant_print_string(value: PGVariant; string_: PGString; type_annotate: gboolean): PGSt… in g_variant_print_string()
9137 function TGVariant.print(type_annotate: gboolean): Pgchar; cdecl; in print()
9139 Result := LazGLib2.g_variant_print(@self, type_annotate);
9142 function TGVariant.print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; in TGVariant.print_string()
9144 Result := LazGLib2.g_variant_print_string(@self, string_, type_annotate);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazglib2.pas3033 function print(type_annotate: gboolean): Pgchar; cdecl; inline; in print()
3034 function print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; inline; in print_string()
4154 function g_variant_print(value: PGVariant; type_annotate: gboolean): Pgchar; cdecl; external; in g_variant_print()
4155 function g_variant_print_string(value: PGVariant; string_: PGString; type_annotate: gboolean): PGSt… in g_variant_print_string()
9137 function TGVariant.print(type_annotate: gboolean): Pgchar; cdecl; in print()
9139 Result := LazGLib2.g_variant_print(@self, type_annotate);
9142 function TGVariant.print_string(string_: PGString; type_annotate: gboolean): PGString; cdecl; in TGVariant.print_string()
9144 Result := LazGLib2.g_variant_print_string(@self, string_, type_annotate);
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dvariant.hg157 _WRAP_METHOD(Glib::ustring print(bool type_annotate = false) const, g_variant_print)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4710 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
4714 type_annotate: gboolean, in g_variant_print_string()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4710 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
4714 type_annotate: gboolean, in g_variant_print_string()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.10.1/src/
H A Dlib.rs4719 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
4723 type_annotate: gboolean, in g_variant_print_string()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4710 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
4714 type_annotate: gboolean, in g_variant_print_string()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-sys-0.9.1/src/
H A Dlib.rs4710 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
4714 type_annotate: gboolean, in g_variant_print_string()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib-sys/src/
H A Dlib.rs4710 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
4714 type_annotate: gboolean, in g_variant_print_string()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs5098 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
5102 type_annotate: gboolean, in g_variant_print_string()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/src/
H A Dlib.rs5098 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
5102 type_annotate: gboolean, in g_variant_print_string()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs5098 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
5102 type_annotate: gboolean, in g_variant_print_string()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs5098 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
5102 type_annotate: gboolean, in g_variant_print_string()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs5098 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
5102 type_annotate: gboolean, in g_variant_print_string()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-sys-0.14.0/src/
H A Dlib.rs5098 pub fn g_variant_print(value: *mut GVariant, type_annotate: gboolean) -> *mut c_char; in g_variant_print()
5102 type_annotate: gboolean, in g_variant_print_string()

123