Home
last modified time | relevance | path

Searched refs:gtk_recent_info_unref (Results 1 – 25 of 112) sorted by relevance

12345

/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-recent.c50 gtk_recent_info_unref (info); in cb_selected()
107 gtk_recent_info_unref (info); in cb_key_press()
172 gtk_recent_info_unref (ri); in url_renderer_func()
192 gtk_recent_info_unref (ri); in age_renderer_func()
278 g_list_free_full (docs, (GDestroyNotify)gtk_recent_info_unref); in populate_recent_model()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Drecentinfo.hg27 void gtk_recent_info_unref(GtkRecentInfo* info);
43 …LASS_OPAQUE_REFCOUNTED(RecentInfo, GtkRecentInfo, NONE, gtk_recent_info_ref, gtk_recent_info_unref)
44 _IGNORE(gtk_recent_info_ref, gtk_recent_info_unref)
112 { gtk_recent_info_unref(const_cast<CTypeNonConst>(obj)); }
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Drecentinfo.hg31 void gtk_recent_info_unref(GtkRecentInfo* info);
47 …LASS_OPAQUE_REFCOUNTED(RecentInfo, GtkRecentInfo, NONE, gtk_recent_info_ref, gtk_recent_info_unref)
48 _IGNORE(gtk_recent_info_ref, gtk_recent_info_unref)
115 { gtk_recent_info_unref(const_cast<CTypeNonConst>(obj)); }
/dports/graphics/ristretto/ristretto-0.12.1/src/
H A Dprivacy_dialog.c351 gtk_recent_info_unref (info); in rstto_recent_chooser_get_items()
362 gtk_recent_info_unref (info); in rstto_recent_chooser_get_items()
374 g_list_free_full (all_items, (GDestroyNotify) gtk_recent_info_unref); in rstto_recent_chooser_get_items()
425 gtk_recent_info_unref (info); in cb_rstto_recent_filter_filter_timeframe()
/dports/x11/cinnamon/cinnamon-4.8.6/src/
H A Dcinnamon-doc-system.c90 gtk_recent_info_unref (info); in load_items()
103 g_slist_free_full (self->priv->infos_by_timestamp, (GDestroyNotify) gtk_recent_info_unref); in idle_handle_recent_changed()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Drecentinfo.h35 void gtk_recent_info_unref(GtkRecentInfo* info);
359 { gtk_recent_info_unref(const_cast<CTypeNonConst>(obj)); } in release_c_type()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/
H A DRecentManager.cpp110 gtk_recent_info_unref(static_cast<GtkRecentInfo*>(l->data)); in getMostRecent()
191 reinterpret_cast<GDestroyNotify>(gtk_recent_info_unref)); in addRecentMenu()
241 g_list_foreach(items, reinterpret_cast<GFunc>(gtk_recent_info_unref), nullptr); in updateMenu()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Drecentinfo.h38 void gtk_recent_info_unref(GtkRecentInfo* info);
390 { gtk_recent_info_unref(const_cast<CTypeNonConst>(obj)); } in release_c_type()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-recent-osx.c213 gtk_recent_info_unref (info); in gedit_recent_get_items()
243 g_list_free_full (l, (GDestroyNotify) gtk_recent_info_unref); in gedit_recent_get_items()
/dports/multimedia/totem/totem-3.38.2/src/
H A Dtotem-open-location.c212 gtk_recent_info_unref (info); in totem_open_location_new()
226 gtk_recent_info_unref (info); in totem_open_location_new()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/GMenu/src/
H A Dapplet-recent.c33 gtk_recent_info_unref (recent_info); in _on_recent_item_activated()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/doc/gtk/
H A Dsection-gtkrecentchooserdialog.xml.texi39 gtk_recent_info_unref (info);
H A Dsection-gtkrecentmanager.xml.texi48 gtk_recent_info_unref (info);
/dports/editors/mousepad/mousepad-0.5.8/mousepad/
H A Dmousepad-history.c194 gtk_recent_info_unref (info); in mousepad_history_recent_get_data()
240 gtk_recent_info_unref (info); in mousepad_history_recent_get_data()
304 g_list_free_full (items, (GDestroyNotify) gtk_recent_info_unref); in mousepad_history_recent_clear()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrecentchooserdefault.c586 g_list_free_full (impl->priv->recent_items, (GDestroyNotify) gtk_recent_info_unref); in gtk_recent_chooser_default_dispose()
785 g_list_free_full (impl->priv->recent_items, (GDestroyNotify) gtk_recent_info_unref); in load_recent_items()
942 gtk_recent_info_unref (info); in recent_icon_data_func()
967 gtk_recent_info_unref (info); in recent_meta_data_func()
1417 gtk_recent_info_unref (info); in get_drag_pixbuf()
1538 gtk_recent_info_unref (info); in recent_view_query_tooltip_cb()
1589 gtk_recent_info_unref (info); in copy_activated_cb()
H A Dgtkrecentchooserutils.c474 gtk_recent_info_unref (info); in _gtk_recent_chooser_get_items()
526 g_list_free_full (l, (GDestroyNotify) gtk_recent_info_unref); in _gtk_recent_chooser_get_items()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrecentchooserutils.c477 gtk_recent_info_unref (info); in _gtk_recent_chooser_get_items()
529 g_list_foreach (l, (GFunc) gtk_recent_info_unref, NULL); in _gtk_recent_chooser_get_items()
H A Dgtkrecentchooserdefault.c633 g_list_foreach (impl->recent_items, (GFunc) gtk_recent_info_unref, NULL); in gtk_recent_chooser_default_dispose()
840 (GFunc) gtk_recent_info_unref, in load_recent_items()
1002 gtk_recent_info_unref (info); in recent_icon_data_func()
1027 gtk_recent_info_unref (info); in recent_meta_data_func()
1502 gtk_recent_info_unref (info); in get_drag_pixbuf()
1629 gtk_recent_info_unref (info); in recent_view_query_tooltip_cb()
1680 gtk_recent_info_unref (info); in copy_activated_cb()
H A Dgtkrecentmanager.h177 void gtk_recent_info_unref (GtkRecentInfo *info);
/dports/audio/gnaural/gnaural-1.0.20110606/src/
H A DgnauralRecentMenu.c87 gtk_recent_info_unref (item); in gnauralRecentMenu_on_open_recent_activate()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Recent/
H A DRecentInfo.chs79 info <- newForeignPtr rPtr gtk_recent_info_unref
82 foreign import ccall unsafe "&gtk_recent_info_unref"
83 gtk_recent_info_unref :: FinalizerPtr RecentInfo
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/Recent/
H A DRecentInfo.chs79 info <- newForeignPtr rPtr gtk_recent_info_unref
82 foreign import ccall unsafe "&gtk_recent_info_unref"
83 gtk_recent_info_unref :: FinalizerPtr RecentInfo
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Drecent_info.rs21 unref => |ptr| gtk_sys::gtk_recent_info_unref(ptr),
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Drecent_info.rs21 unref => |ptr| gtk_sys::gtk_recent_info_unref(ptr),
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Drecent_info.rs21 unref => |ptr| gtk_sys::gtk_recent_info_unref(ptr),

12345