Home
last modified time | relevance | path

Searched refs:DestroyHelper (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DDestroyNotify.cs29 public class DestroyHelper { class
31 private DestroyHelper () {} in DestroyHelper() method in GLib.DestroyHelper
H A DIOChannel.cs194 notify = DestroyHelper.NotifyHandler; in AddWatch()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/glib/
H A DDestroyNotify.cs29 public class DestroyHelper { class
31 private DestroyHelper () {} in DestroyHelper() method in GLib.DestroyHelper
H A DIOChannel.cs194 notify = DestroyHelper.NotifyHandler; in AddWatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/fileapi/
H A Dfile_stream_forwarder.h26 struct DestroyHelper { struct
89 std::unique_ptr<FileStreamForwarder, FileStreamForwarder::DestroyHelper>;
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk/
H A DPixbuf.cs116 class DestroyHelper { class in Gdk.Pixbuf
122 public DestroyHelper (byte[] data, PixbufDestroyNotify notify) in DestroyHelper() method in Gdk.Pixbuf.DestroyHelper
150 …has_alpha, int bits_per_sample, int width, int height, int rowstride, DestroyHelper.NativeDelegate… in gdk_pixbuf_new_from_data()
157 DestroyHelper helper = new DestroyHelper (data, destroy_fn); in Pixbuf()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DInput.custom31 … (int) condition, function_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler);
39 … (int) condition, function_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler);
H A DPixbuf.custom186 class DestroyHelper {
192 public DestroyHelper (byte[] data, PixbufDestroyNotify notify)
220 …has_alpha, int bits_per_sample, int width, int height, int rowstride, DestroyHelper.NativeDelegate…
227 DestroyHelper helper = new DestroyHelper (data, destroy_fn);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_instance.cpp943 void DestroyHelper() in DestroyHelper() function in ON__IDefLayerSettingsUserData
1029 DestroyHelper(); in ~ON__IDefLayerSettingsUserData()
1045 DestroyHelper(); in operator =()
1110 DestroyHelper(); in Read()
1495 void DestroyHelper() in DestroyHelper() function in ON__IDefAlternativePathUserData
1547 DestroyHelper(); in ~ON__IDefAlternativePathUserData()
1563 DestroyHelper(); in operator =()
1617 DestroyHelper(); in Read()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_instance.cpp943 void DestroyHelper() in DestroyHelper() function in ON__IDefLayerSettingsUserData
1029 DestroyHelper(); in ~ON__IDefLayerSettingsUserData()
1045 DestroyHelper(); in operator =()
1110 DestroyHelper(); in Read()
1495 void DestroyHelper() in DestroyHelper() function in ON__IDefAlternativePathUserData
1547 DestroyHelper(); in ~ON__IDefAlternativePathUserData()
1563 DestroyHelper(); in operator =()
1617 DestroyHelper(); in Read()
H A Dopennurbs_beam.cpp4780 void DestroyHelper();
4805 DestroyHelper(); in ~ON_DisplayMeshCache()
4823 DestroyHelper(); in operator =()
4847 void ON_DisplayMeshCache::DestroyHelper() in DestroyHelper() function in ON_DisplayMeshCache
4939 DestroyHelper(); in Read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/drive/
H A Dfile_system_core_util.h53 struct DestroyHelper { struct
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DPrinter.cs43 destroy = GLib.DestroyHelper.NotifyHandler; in EnumeratePrinters()
H A DTreeViewColumn.cs66 …cell_renderer.Handle, func_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler); in SetCellDataFunc()
H A DTreeModelFilter.cs96 …olumns, native_types, func_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler); in SetModifyFunc()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DPrinter.custom36 destroy = GLib.DestroyHelper.NotifyHandler;
H A DTreeViewColumn.custom75 …cell_renderer.Handle, func_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler);
H A DTreeModelFilter.custom73 …olumns, native_types, func_wrapper.NativeDelegate, (IntPtr) gch, GLib.DestroyHelper.NotifyHandler);
H A DTextBuffer.custom220 user_data_destroy = GLib.DestroyHelper.NotifyHandler;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/drive/
H A Ddrive_integration_service.h296 std::unique_ptr<internal::ResourceMetadataStorage, util::DestroyHelper>
H A Ddrive_integration_service.cc239 std::unique_ptr<internal::ResourceMetadataStorage, util::DestroyHelper> in GetPinnedAndDirtyFiles()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/
H A DChangeLog1471 * glib/Signal.cs: use DestroyHelper.
1472 * gdk/Input.custom: use DestroyHelper.
1473 * gtk/Quit.custom: remove new on DestroyHelper handler.
1474 * gtk/TreeModelFilter.custom: remove new on DestroyHelper handler.
1475 * gtk/TreeViewColumn.custom: remove new on DestroyHelper handler.
3639 delegate, just use GLib.DestroyHelper.NotifyHandler directly.
3831 scope (using a GCHandle and GLib.DestroyHelper.NotifyHandler)
3851 * gtk/DestroyHelper.cs: moved to glib
3854 Obsolete wrappers where needed, replace Gtk.DestroyHelper usage
3855 with GLib.DestroyHelper.
[all …]