Home
last modified time | relevance | path

Searched refs:plug_removed (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/subclass/
H A Dsocket.rs18 fn plug_removed(&self, socket: &Self::Type) -> Inhibit { in plug_removed() method
43 if let Some(f) = (*parent_class).plug_removed { in parent_plug_removed()
61 klass.plug_removed = Some(socket_plug_removed::<T>); in class_init()
84 imp.plug_removed(wrap.unsafe_cast_ref()).into_glib() in socket_plug_removed()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/subclass/
H A Dsocket.rs18 fn plug_removed(&self, socket: &Self::Type) -> Inhibit { in plug_removed() method
43 if let Some(f) = (*parent_class).plug_removed { in parent_plug_removed()
61 klass.plug_removed = Some(socket_plug_removed::<T>); in class_init()
84 imp.plug_removed(wrap.unsafe_cast_ref()).into_glib() in socket_plug_removed()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/subclass/
H A Dsocket.rs18 fn plug_removed(&self, socket: &Self::Type) -> Inhibit { in plug_removed() method
43 if let Some(f) = (*parent_class).plug_removed { in parent_plug_removed()
61 klass.plug_removed = Some(socket_plug_removed::<T>); in class_init()
84 imp.plug_removed(wrap.unsafe_cast_ref()).into_glib() in socket_plug_removed()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/subclass/
H A Dsocket.rs18 fn plug_removed(&self, socket: &Self::Type) -> Inhibit { in plug_removed() method
43 if let Some(f) = (*parent_class).plug_removed { in parent_plug_removed()
61 klass.plug_removed = Some(socket_plug_removed::<T>); in class_init()
84 imp.plug_removed(wrap.unsafe_cast_ref()).into_glib() in socket_plug_removed()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dsocket.cc146 klass->plug_removed = &plug_removed_callback; in class_init_function()
218 if(base && base->plug_removed) in plug_removed_callback()
219 return (*base->plug_removed)(self); in plug_removed_callback()
338 if(base && base->plug_removed) in on_plug_removed()
339 return (*base->plug_removed)(gobj()); in on_plug_removed()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dsocket.cc149 klass->plug_removed = &plug_removed_callback; in class_init_function()
221 if(base && base->plug_removed) in plug_removed_callback()
222 return (*base->plug_removed)(self); in plug_removed_callback()
330 if(base && base->plug_removed) in on_plug_removed()
331 return (*base->plug_removed)(gobj()); in on_plug_removed()
/dports/mail/astroid/astroid-0.15/src/modes/editor/
H A Dplugin.cc31 sigc::mem_fun(*this, &Plugin::plug_removed) ); in Plugin()
102 bool Plugin::plug_removed () { in plug_removed() function in Astroid::Plugin
H A Dplugin.hh30 bool plug_removed ();
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dtwinwave.c30 static int plug_removed(GtkWidget *widget, gpointer data) in plug_removed() function
136 gtk_signal_connect(GTK_OBJECT(xsocket[0]), "plug-removed", GTK_SIGNAL_FUNC(plug_removed), NULL); in main()
151 gtk_signal_connect(GTK_OBJECT(xsocket[1]), "plug-removed", GTK_SIGNAL_FUNC(plug_removed), NULL); in main()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtksocket.h64 gboolean (*plug_removed) (GtkSocket *socket_); member
H A Dgtksocket.c268 G_STRUCT_OFFSET (GtkSocketClass, plug_removed), in gtk_socket_class_init()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtksocket.h77 gboolean (*plug_removed) (GtkSocket *socket_); member
H A Dgtksocket.c248 G_STRUCT_OFFSET (GtkSocketClass, plug_removed), in gtk_socket_class_init()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dsocket.hg90 _WRAP_SIGNAL(bool plug_removed(), "plug_removed")
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dsocket.hg96 _WRAP_SIGNAL(bool plug_removed(), "plug_removed")
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestsocket.c90 plug_removed (GtkWidget *widget, in plug_removed() function
132 G_CALLBACK (plug_removed), socket); in create_socket()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestsocket.c81 plug_removed (GtkWidget *widget, in plug_removed() function
123 G_CALLBACK (plug_removed), socket); in create_socket()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtksocket.inc31 plug_removed : function (socket:PGtkSocket):gboolean; cdecl;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtksocket.inc31 plug_removed : function (socket:PGtkSocket):gboolean; cdecl;
/dports/x11/pipeglade/pipeglade-4.7.0/
H A DNEWS9 :plug-removed to :plug_added and :plug_removed, respectively.
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/panel/
H A Dpanel-plugin-external.c169 gtksocket_class->plug_removed = panel_plugin_external_plug_removed; in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs7826 pub plug_removed: Option<unsafe extern "C" fn(*mut GtkSocket) -> gboolean>, field
7838 .field("plug_removed", &self.plug_removed) in fmt()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-sys-0.9.2/src/
H A Dlib.rs7999 pub plug_removed: Option<unsafe extern "C" fn(*mut GtkSocket) -> gboolean>, field
8011 .field("plug_removed", &self.plug_removed) in fmt()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk-sys/src/
H A Dlib.rs7999 pub plug_removed: Option<unsafe extern "C" fn(*mut GtkSocket) -> gboolean>, field
8011 .field("plug_removed", &self.plug_removed) in fmt()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs7826 pub plug_removed: Option<unsafe extern "C" fn(*mut GtkSocket) -> gboolean>, field
7838 .field("plug_removed", &self.plug_removed) in fmt()

12