Home
last modified time | relevance | path

Searched refs:copy_target_list (Results 1 – 24 of 24) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-memo-table.c58 GtkTargetList *copy_target_list; member
298 g_clear_pointer (&priv->copy_target_list, gtk_target_list_unref); in memo_table_dispose()
1151 memo_table->priv->copy_target_list = target_list; in e_memo_table_init()
1265 return memo_table->priv->copy_target_list; in e_memo_table_get_copy_target_list()
H A De-task-table.c61 GtkTargetList *copy_target_list; member
333 g_clear_pointer (&priv->copy_target_list, gtk_target_list_unref); in task_table_dispose()
1458 task_table->priv->copy_target_list = target_list; in e_task_table_init()
1569 return task_table->priv->copy_target_list; in e_task_table_get_copy_target_list()
H A De-calendar-view.c59 GtkTargetList *copy_target_list; member
402 g_clear_pointer (&priv->copy_target_list, gtk_target_list_unref); in calendar_view_dispose()
1380 calendar_view->priv->copy_target_list = target_list; in e_calendar_view_init()
1451 return cal_view->priv->copy_target_list; in e_calendar_view_get_copy_target_list()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextbuffer.c52 GtkTargetList *copy_target_list; member
4119 if (priv->copy_target_list) in gtk_text_buffer_free_target_lists()
4121 gtk_target_list_unref (priv->copy_target_list); in gtk_text_buffer_free_target_lists()
4122 priv->copy_target_list = NULL; in gtk_text_buffer_free_target_lists()
4193 if (! priv->copy_target_list) in gtk_text_buffer_get_copy_target_list()
4194 priv->copy_target_list = in gtk_text_buffer_get_copy_target_list()
4199 return priv->copy_target_list; in gtk_text_buffer_get_copy_target_list()
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/widgets/
H A De-addressbook-view.c79 GtkTargetList *copy_target_list; member
671 g_clear_pointer (&priv->copy_target_list, gtk_target_list_unref); in addressbook_view_dispose()
999 view->priv->copy_target_list = target_list; in e_addressbook_view_init()
1179 return view->priv->copy_target_list; in e_addressbook_view_get_copy_target_list()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextbuffer.c61 GtkTargetList *copy_target_list; member
4196 if (priv->copy_target_list) in gtk_text_buffer_free_target_lists()
4198 gtk_target_list_unref (priv->copy_target_list); in gtk_text_buffer_free_target_lists()
4199 priv->copy_target_list = NULL; in gtk_text_buffer_free_target_lists()
4270 if (! priv->copy_target_list) in gtk_text_buffer_get_copy_target_list()
4271 priv->copy_target_list = in gtk_text_buffer_get_copy_target_list()
4276 return priv->copy_target_list; in gtk_text_buffer_get_copy_target_list()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_buffer.rs185 fn copy_target_list(&self) -> Option<TargetList>; in copy_target_list() method
654 fn copy_target_list(&self) -> Option<TargetList> { in copy_target_list() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_buffer.rs185 fn copy_target_list(&self) -> Option<TargetList>; in copy_target_list() method
654 fn copy_target_list(&self) -> Option<TargetList> { in copy_target_list() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_buffer.rs185 fn copy_target_list(&self) -> Option<TargetList>; in copy_target_list() method
654 fn copy_target_list(&self) -> Option<TargetList> { in copy_target_list() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_buffer.rs185 fn copy_target_list(&self) -> Option<TargetList>; in copy_target_list() method
654 fn copy_target_list(&self) -> Option<TargetList> { in copy_target_list() method
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dmessage-list.c114 GtkTargetList *copy_target_list; member
3398 g_clear_pointer (&priv->copy_target_list, gtk_target_list_unref); in message_list_dispose()
4278 message_list->priv->copy_target_list = target_list; in message_list_init()
5539 return message_list->priv->copy_target_list; in message_list_get_copy_target_list()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/
H A DNEWS836 - Add the copy_target_list and paste_target_list properties.
919 - Add the copy_target_list and paste_target_list properties.
/dports/graphics/birdfont/birdfont-2.29.5/
H A Dwebkit2gtk-3.0.vapi4520 public Gtk.TargetList copy_target_list { get; }
/dports/lang/vala/vala-0.48.18/vapi/
H A Dwebkit-1.0.vapi5247 public Gtk.TargetList copy_target_list { get; }
H A Dgtk+-2.0.vapi4463 public Gtk.TargetList copy_target_list { get; }
H A Dgtk+-3.0.vapi7967 public Gtk.TargetList copy_target_list { get; }
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4949 property copy_target_list: PGtkTargetList read get_copy_target_list ; property
H A Dlazgtk3.pas4752 property copy_target_list: PGtkTargetList read get_copy_target_list ; property
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4949 property copy_target_list: PGtkTargetList read get_copy_target_list ; property
H A Dlazgtk3.pas4766 property copy_target_list: PGtkTargetList read get_copy_target_list ; property
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4949 property copy_target_list: PGtkTargetList read get_copy_target_list ; property
H A Dlazgtk3.pas4752 property copy_target_list: PGtkTargetList read get_copy_target_list ; property
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4949 property copy_target_list: PGtkTargetList read get_copy_target_list ; property
H A Dlazgtk3.pas4766 property copy_target_list: PGtkTargetList read get_copy_target_list ; property