Home
last modified time | relevance | path

Searched refs:DestroyNotify (Results 1 – 25 of 1382) sorted by relevance

12345678910>>...56

/dports/lang/vala/vala-0.48.18/tests/generics/
H A Dmember-dup-destroy.vala7 assert (G.destroy == (DestroyNotify) free);
11 assert (g.destroy == (DestroyNotify) free);
17 assert (G.destroy == (DestroyNotify) free);
21 assert (g.destroy == (DestroyNotify) free);
27 assert (G.destroy == (DestroyNotify) free);
31 assert (g.destroy == (DestroyNotify) free);
38 assert (G.destroy == (DestroyNotify) free);
42 assert (g.destroy == (DestroyNotify) free);
51 assert (T.destroy == (DestroyNotify) Object.unref);
54 assert (t.destroy == (DestroyNotify) Object.unref);
[all …]
H A Dtype-parameter-properties.vala12 DestroyNotify destroy_func;
17 assert (destroy_func == (DestroyNotify) free);
22 DestroyNotify destroy_func;
27 assert (destroy_func == (DestroyNotify) free);
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DDestroyNotify.cs27 public delegate void DestroyNotify (IntPtr data); in DestroyNotify() method
41 static DestroyNotify release_gchandle;
43 public static DestroyNotify NotifyHandler {
46 release_gchandle = new DestroyNotify (ReleaseGCHandle);
H A DGLibSharp.SourceDummyMarshalNative.cs17 GLib.DestroyNotify __notify;
30 …rceDummyMarshalInvoker (SourceDummyMarshalNative native_cb, IntPtr data, GLib.DestroyNotify notify) in SourceDummyMarshalInvoker()
H A DGLibSharp.SourceFuncNative.cs17 GLib.DestroyNotify __notify;
30 internal SourceFuncInvoker (SourceFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify) in SourceFuncInvoker()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DDestroyNotify.cs27 public delegate void DestroyNotify (IntPtr data); in DestroyNotify() method
41 static DestroyNotify release_gchandle;
43 public static DestroyNotify NotifyHandler {
46 release_gchandle = new DestroyNotify (ReleaseGCHandle);
H A DDelegateWrapper.cs73 private delegate void DestroyNotify (IntPtr data); in DestroyNotify() method in GLib.DelegateWrapper
76 …c extern void g_object_set_data_full (IntPtr obj, IntPtr name, IntPtr data, DestroyNotify destroy); in g_object_set_data_full()
85 DestroyNotify destroy = new DestroyNotify (this.OnDestroy); in AddDestroyNotify()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DInput.custom23 …nNative function, GtkSharp.CallbackMarshalNative marshal, IntPtr data, GLib.DestroyNotify destroy);
58 DestroyNotify destroy;
59 GLib.DestroyNotify handler;
61 …ctionWrapper function, GtkSharp.CallbackMarshalWrapper marshal, IntPtr data, DestroyNotify destroy)
67 handler = new GLib.DestroyNotify (OnDestroy);
79 public GLib.DestroyNotify Handler {
87 … Gdk.InputFunction function, Gtk.CallbackMarshal marshal, IntPtr data, Gtk.DestroyNotify destroy) {
H A DTreeSortable.custom24 …void SetDefaultSortFunc (TreeIterCompareFunc sort_func, IntPtr user_data, Gtk.DestroyNotify destro…
27 … (int sort_column_id, TreeIterCompareFunc sort_func, IntPtr user_data, Gtk.DestroyNotify destroy);
H A DTreeSortableAdapter.custom25 …c (int sort_column_id, TreeIterCompareFunc sort_func, IntPtr user_data, Gtk.DestroyNotify destroy)
31 …id SetDefaultSortFunc (TreeIterCompareFunc sort_func, IntPtr user_data, Gtk.DestroyNotify destroy)
H A DPrinter.custom22 …ate_printers (GtkSharp.PrinterFuncNative func, IntPtr func_data, GLib.DestroyNotify destroy, bool …
28 GLib.DestroyNotify destroy;
H A DGtkSharp.TextBufferSerializeFuncNative.cs17 GLib.DestroyNotify __notify;
30 …ializeFuncInvoker (TextBufferSerializeFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify) in TextBufferSerializeFuncInvoker()
/dports/lang/vala/vala-0.48.18/tests/girwriter/
H A Dgirtest.vapigen-expected40 …edCopyFunc g_dup_func, GLib.DestroyNotify g_destroy_func, GLib.Type t_type, GLib.BoxedCopyFunc t_d…
41 …public void method (GLib.Type k_type, GLib.BoxedCopyFunc k_dup_func, GLib.DestroyNotify k_destroy_…
43 public GLib.DestroyNotify g_destroy_func { get; construct; }
49 public GLib.DestroyNotify t_destroy_func { get; construct; }
59 …edCopyFunc g_dup_func, GLib.DestroyNotify g_destroy_func, GLib.Type t_type, GLib.BoxedCopyFunc t_d…
62 …edCopyFunc g_dup_func, GLib.DestroyNotify g_destroy_func, GLib.Type t_type, GLib.BoxedCopyFunc t_d…
91 …legateTest delegate_return (out void* result_target, out unowned GLib.DestroyNotify result_target_…
92 …th_pos = 2.5)] out int[] a, out void* result_target, out unowned GLib.DestroyNotify result_target_…
216 …edCopyFunc g_dup_func, GLib.DestroyNotify g_destroy_func, GLib.Type t_type, GLib.BoxedCopyFunc t_d…
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Djsapi-util-root.h121 typedef void (*DestroyNotify)(JS::Handle<T> thing, void *data);
131 Notifier(GjsMaybeOwned<T> *parent, DestroyNotify func, void *data)
163 DestroyNotify m_func;
247 DestroyNotify notify = nullptr,
290 DestroyNotify notify = nullptr,
/dports/lang/vala/vala-0.48.18/tests/delegates/
H A Dmember-target-destroy.vala18 foo.destroy = (GLib.DestroyNotify) foo_free;
22 assert (foo.destroy == (GLib.DestroyNotify) foo_free);
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DPrinter.cs29 …ate_printers (GtkSharp.PrinterFuncNative func, IntPtr func_data, GLib.DestroyNotify destroy, bool … in gtk_enumerate_printers()
35 GLib.DestroyNotify destroy; in EnumeratePrinters()
/dports/devel/ndesk-dbus-glib/ndesk-dbus-glib-0.4.1/src/
H A DGLib.IO.cs16 delegate void DestroyNotify (IntPtr data); in DestroyNotify() method
145 …channel, int priority, IOCondition condition, IOFunc func, IntPtr user_data, DestroyNotify notify); in g_io_add_watch_full()
147 …ddWatch (IOChannel channel, int priority, IOCondition condition, IOFunc func, DestroyNotify notify) in AddWatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/x/
H A Dx11_menu_registrar.cc50 if (event->type != CreateNotify && event->type != DestroyNotify) { in DispatchXEvent()
57 case DestroyNotify: in DispatchXEvent()
/dports/devel/dbus-sharp-glib/dbus-sharp-glib-0.6/src/
H A DGLib.IO.cs17 delegate void DestroyNotify (IntPtr data); in DestroyNotify() method
177 …channel, int priority, IOCondition condition, IOFunc func, IntPtr user_data, DestroyNotify notify); in g_io_add_watch_full()
179 …ddWatch (IOChannel channel, int priority, IOCondition condition, IOFunc func, DestroyNotify notify) in AddWatch()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dcontext-private.h60 using DestroyNotify = void (*)(JSContext*, void* data);
83 std::vector<std::pair<DestroyNotify, void*>> m_destroy_notifications;
248 void register_notifier(DestroyNotify notify_func, void* data);
249 void unregister_notifier(DestroyNotify notify_func, void* data);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/test/
H A Dptr-test-suite.cc101 void DestroyNotify (void);
142 m_test->DestroyNotify (); in ~NoCount()
154 PtrTestCase::DestroyNotify (void) in DestroyNotify() function in ns3::tests::PtrTestCase
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dobject.h23 #ifdef DestroyNotify
133 using DestroyNotify = void (*)(gpointer data); variable
134 void set_data(const Quark& key, void* data, DestroyNotify notify);
/dports/lang/vala/vala-0.48.18/vapi/
H A Dloudmouth-1.0.vapi11 …e, string password, string resource, Lm.ResultFunction function, GLib.DestroyNotify? notify) throw…
26 public bool open (Lm.ResultFunction function, GLib.DestroyNotify? notify) throws GLib.Error;
33 public void set_disconnect_function (Lm.DisconnectFunction function, GLib.DestroyNotify? notify);
60 public MessageHandler (Lm.HandleMessageFunction function, GLib.DestroyNotify? notify);
107 public SSL (string expected_fingerprint, Lm.SSLFunction ssl_function, GLib.DestroyNotify? notify);
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DInput.custom24 …ce, int condition, GdkSharp.InputFunctionNative function, IntPtr data, GLib.DestroyNotify destroy);
27 … Gdk.InputCondition condition, Gdk.InputFunction function, IntPtr data, Gdk.DestroyNotify destroy)
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/x/
H A DXEventPump.java63 import gnu.x11.event.DestroyNotify;
306 private void handleDestroyNotify(DestroyNotify destroyNotify) in handleDestroyNotify()
361 case DestroyNotify.CODE: in handleEvent()
362 this.handleDestroyNotify((DestroyNotify) xEvent); in handleEvent()

12345678910>>...56