Home
last modified time | relevance | path

Searched refs:G_TYPE_ICON (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/devel/glib20/glib-2.70.4/gio/
H A Dgicon.h32 #define G_TYPE_ICON (g_icon_get_type ()) macro
33 #define G_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ICON, GIcon))
34 #define G_IS_ICON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_ICON))
35 #define G_ICON_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_ICON, GIconIface))
H A Dgemblemedicon.c63 G_IMPLEMENT_INTERFACE (G_TYPE_ICON, in G_DEFINE_TYPE_WITH_CODE()
131 G_TYPE_ICON, in g_emblemed_icon_class_init()
H A Dgicon.c323 if (!g_type_is_a (type, G_TYPE_ICON)) in g_icon_new_from_tokens()
359 icon_iface = g_type_interface_peek (klass, G_TYPE_ICON); in g_icon_new_from_tokens()
H A Dgloadableicon.c50 G_DEFINE_INTERFACE(GLoadableIcon, g_loadable_icon, G_TYPE_ICON) in G_DEFINE_INTERFACE() argument
H A Dgbytesicon.c63 G_IMPLEMENT_INTERFACE (G_TYPE_ICON, g_bytes_icon_icon_iface_init) in G_DEFINE_TYPE_WITH_CODE() argument
/dports/net/liferea/liferea-1.12.7/src/ui/
H A Dui_update.c152 um1store = gtk_tree_store_new(UM_LEN, G_TYPE_ICON, G_TYPE_STRING); in on_menu_show_update_monitor()
167 um2store = gtk_tree_store_new(UM_LEN, G_TYPE_ICON, G_TYPE_STRING); in on_menu_show_update_monitor()
/dports/x11/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.1/panel-plugin/
H A Dcategory.cpp100 G_TYPE_ICON, in get_model()
111 G_TYPE_ICON, in get_model()
H A Dsearch-page.cpp132 G_TYPE_ICON, in set_filter()
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/gui/
H A Dgtd-workspace.c37 G_TYPE_ICON, in G_DEFINE_INTERFACE()
H A Dgtd-panel.c66 G_TYPE_ICON, in G_DEFINE_INTERFACE()
/dports/security/gcr/gcr-3.40.0/ui/
H A Dgcr-tree-selector.c108 g_assert (column->column_type == G_TYPE_ICON); in add_icon_column()
164 else if (column->column_type == G_TYPE_ICON) in gcr_tree_selector_constructor()
H A Dgcr-combo-selector.c82 "icon", G_TYPE_ICON, in gcr_combo_selector_constructor()
H A Dfrob-import-button.c152 G_TYPE_ICON, in mock_importer_class_init()
/dports/security/gcr/gcr-3.40.0/gcr/
H A Dgcr-gnupg-key.c242 G_TYPE_ICON, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); in _gcr_gnupg_key_class_init()
436 columns[0].property_type = columns[0].column_type = G_TYPE_ICON; in _gcr_gnupg_key_get_columns()
H A Dgcr-memory-icon.c40 G_IMPLEMENT_INTERFACE (G_TYPE_ICON, _gcr_memory_icon_iface_icon);
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/suggestions/
H A Ddzl-suggestion.c205 G_TYPE_ICON, in dzl_suggestion_class_init()
219 G_TYPE_ICON, in dzl_suggestion_class_init()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-avatar-icon.c29 G_IMPLEMENT_INTERFACE (G_TYPE_ICON,
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-avatar-icon.c29 G_IMPLEMENT_INTERFACE (G_TYPE_ICON,
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/ls/
H A Dgbp-ls-model.c167 case GBP_LS_MODEL_COLUMN_GICON: return G_TYPE_ICON; in gbp_ls_model_get_column_type()
222 g_value_init (value, G_TYPE_ICON); in gbp_ls_model_get_value()
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/shell/
H A Dcc-shell-model.c104 GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_ICON, G_TYPE_STRV}; in cc_shell_model_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtksidebarrow.c500 G_TYPE_ICON, in gtk_sidebar_row_class_init()
508 G_TYPE_ICON, in gtk_sidebar_row_class_init()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtksidebarrow.c490 G_TYPE_ICON, in gtk_sidebar_row_class_init()
498 G_TYPE_ICON, in gtk_sidebar_row_class_init()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-bookmark.c661 G_TYPE_ICON, in nautilus_bookmark_class_init()
668 G_TYPE_ICON, in nautilus_bookmark_class_init()
/dports/devel/gvfs/gvfs-1.46.2/common/
H A Dgvfsicon.c47 G_IMPLEMENT_INTERFACE (G_TYPE_ICON,
/dports/deskutils/caja-extensions/caja-extensions-1.26.0/sendto/plugins/removable-devices/
H A Dremovable-devices.c170 store = gtk_list_store_new (NUM_COLS, G_TYPE_STRING, G_TYPE_ICON, G_TYPE_OBJECT); in get_contacts_widget()

12345678910