Home
last modified time | relevance | path

Searched refs:iconnames (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dthemedicon.cc38 ThemedIcon::ThemedIcon(const std::vector<Glib::ustring>& iconnames) in ThemedIcon() argument
41 …ass_.init(), "names",Glib::ArrayHandler<Glib::ustring>::vector_to_array(iconnames).data(), nullptr… in ThemedIcon()
165 Glib::RefPtr<ThemedIcon> ThemedIcon::create(const std::vector<Glib::ustring>& iconnames) in create() argument
167 return Glib::RefPtr<ThemedIcon>( new ThemedIcon(iconnames) ); in create()
H A Dthemedicon.h131 explicit ThemedIcon(const std::vector<Glib::ustring>& iconnames);
163 static Glib::RefPtr<ThemedIcon> create(const std::vector<Glib::ustring>& iconnames);
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dthemedicon.hg59 /** Creates a new themed icon for @a iconnames.
61 * @param iconnames A vector of strings containing icon names.
65 explicit ThemedIcon(const std::vector<Glib::ustring>& iconnames);
88 /** Creates a new themed icon for @a iconnames.
90 * @param iconnames A vector of strings containing icon names.
94 _WRAP_CREATE(const std::vector<Glib::ustring>& iconnames)
H A Dthemedicon.ccg27 ThemedIcon::ThemedIcon(const std::vector<Glib::ustring>& iconnames)
28 : _CONSTRUCT("names", Glib::ArrayHandler<Glib::ustring>::vector_to_array(iconnames).data())
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dthemed_icon.rs33 pub fn new_from_names(iconnames: &[&str]) -> ThemedIcon { in new_from_names()
34 let len = iconnames.len() as i32; in new_from_names()
37 iconnames.to_glib_none().0, in new_from_names()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dthemed_icon.rs33 pub fn new_from_names(iconnames: &[&str]) -> ThemedIcon { in new_from_names()
34 let len = iconnames.len() as i32; in new_from_names()
37 iconnames.to_glib_none().0, in new_from_names()
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dthemed_icon.rs33 pub fn new_from_names(iconnames: &[&str]) -> ThemedIcon { in new_from_names()
34 let len = iconnames.len() as i32; in new_from_names()
37 iconnames.to_glib_none().0, in new_from_names()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dthemed_icon.rs32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
33 let len = iconnames.len() as i32; in from_names()
36 iconnames.to_glib_none().0, in from_names()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dthemed_icon.rs32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
33 let len = iconnames.len() as i32; in from_names()
36 iconnames.to_glib_none().0, in from_names()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dthemed_icon.rs32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
33 let len = iconnames.len() as i32; in from_names()
36 iconnames.to_glib_none().0, in from_names()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dthemed_icon.rs32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
33 let len = iconnames.len() as i32; in from_names()
36 iconnames.to_glib_none().0, in from_names()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dthemed_icon.rs32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
33 let len = iconnames.len() as i32; in from_names()
36 iconnames.to_glib_none().0, in from_names()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dthemed_icon.rs32 pub fn from_names(iconnames: &[&str]) -> ThemedIcon { in from_names()
33 let len = iconnames.len() as i32; in from_names()
36 iconnames.to_glib_none().0, in from_names()
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/qt4/
H A Dadapt-to-icon-spec.py181 iconnames = [] variable
182 iconnames += actions
183 iconnames += places
204 new_names = [ n[0] for n in iconnames ]
206 old_names = [ n[1] for n in iconnames ]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgthemedicon.c388 g_themed_icon_new_from_names (char **iconnames, in g_themed_icon_new_from_names() argument
393 g_return_val_if_fail (iconnames != NULL, NULL); in g_themed_icon_new_from_names()
403 names[i] = iconnames[i]; in g_themed_icon_new_from_names()
412 icon = G_ICON (g_object_new (G_TYPE_THEMED_ICON, "names", iconnames, NULL)); in g_themed_icon_new_from_names()
H A Dgthemedicon.h54 GIcon *g_themed_icon_new_from_names (char **iconnames,
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/power/
H A Dgpm-common.c112 gchar **iconnames; in gpm_upower_get_device_icon() local
212 iconnames = g_strsplit (filename->str, ";", -1); in gpm_upower_get_device_icon()
213 icon = g_themed_icon_new_from_names (iconnames, -1); in gpm_upower_get_device_icon()
215 g_strfreev (iconnames); in gpm_upower_get_device_icon()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dmission.cpp580 char *iconnames[ICON_LIST_MAX_ICONS]; in Save_game_position() local
647 numIcons = g_oIconListManager->GetList(ICON_LIST_INVENTORY, iconnames, iconHashes, iconCounts); in Save_game_position()
654 avalue = strlen(iconnames[j]) + 1; in Save_game_position()
656 stream->write((const void *)iconnames[j], avalue); in Save_game_position()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dcustomtools.py806 iconnames = qtlib.getallicons()
810 elif ico not in iconnames:
814 for name in iconnames:
/dports/games/untahris/untahris/
H A Duntahris.h99 static char* iconnames[numIcons] = { variable
H A Dintface.cpp846 if(s == iconnames[k]) found = true, icons[k].loadFrom(f); in initForGame()
/dports/sysutils/gnome-power-manager/gnome-power-manager-3.32.0/src/
H A Dgpm-statistics.c138 g_auto(GStrv) iconnames = NULL; in gpm_stats_get_device_icon()
216 iconnames = g_strsplit (filename->str, ";", -1); in gpm_stats_get_device_icon()
217 icon = g_themed_icon_new_from_names (iconnames, -1); in gpm_stats_get_device_icon()
/dports/www/p5-Reddit-Client/Reddit-Client-1.374/lib/Reddit/
H A DClient.pm1825 …my @iconnames = ('art and design', 'ask', 'books', 'business', 'cars', 'comics', 'cute animals', '…
1827 foreach my $i (@iconnames) {
1830 my $iconstr = join ", ", @iconnames;
/dports/databases/gnats4/gnats-4.1.0/contrib/tkgnats/
H A DTECHNOTES217 - used in iconnames
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/devel-docs/
H A Dkrazy2.out197 14. Check for invalid icon names [iconnames]... Ok!
403 2. Check for invalid icon names [iconnames]... Ok!

12