Searched refs:G_DEFINE_AUTOPTR_CLEANUP_FUNC (Results 1 – 25 of 197) sorted by relevance
12345678
/third_party/glib/gio/ |
D | gio-autocleanups.h | 24 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAction, g_object_unref) 25 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GActionMap, g_object_unref) 26 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAppInfo, g_object_unref) 27 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAppLaunchContext, g_object_unref) 28 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAppInfoMonitor, g_object_unref) 29 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GApplicationCommandLine, g_object_unref) 30 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GApplication, g_object_unref) 31 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAsyncInitable, g_object_unref) 32 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAsyncResult, g_object_unref) 33 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GBufferedInputStream, g_object_unref) [all …]
|
D | gunixmounts.h | 65 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUnixMountMonitor, g_object_unref) 103 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUnixMountEntry, g_unix_mount_free) 104 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUnixMountPoint, g_unix_mount_point_free)
|
D | xdp-dbus.h | 482 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpDocumentsProxy, g_object_unref) 552 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpDocumentsSkeleton, g_object_unref) 744 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpOpenURIProxy, g_object_unref) 814 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpOpenURISkeleton, g_object_unref) 916 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpProxyResolverProxy, g_object_unref) 986 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpProxyResolverSkeleton, g_object_unref) 1094 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpTrashProxy, g_object_unref) 1164 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GXdpTrashSkeleton, g_object_unref)
|
/third_party/glib/glib/ |
D | glib-autocleanups.h | 45 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAsyncQueue, g_async_queue_unref) 46 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GBookmarkFile, g_bookmark_file_free) 47 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GBytes, g_bytes_unref) 48 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GChecksum, g_checksum_free) 49 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDateTime, g_date_time_unref) 50 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDate, g_date_free) 51 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDir, g_dir_close) 52 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GError, g_error_free) 53 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GHashTable, g_hash_table_unref) 54 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GHmac, g_hmac_unref) [all …]
|
/third_party/libsoup/libsoup/ |
D | soup-autocleanups.h | 27 #ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC 29 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAddress, g_object_unref) 30 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuth, g_object_unref) 31 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthDomain, g_object_unref) 32 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthDomainBasic, g_object_unref) 33 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthDomainDigest, g_object_unref) 34 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupAuthManager, g_object_unref) 35 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupBuffer, soup_buffer_free) 36 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupCache, g_object_unref) 37 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupContentDecoder, g_object_unref) [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgl_fwd.h | 111 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLBaseFilter, gst_object_unref) 113 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLBaseMemoryAllocator, gst_object_unref) 115 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLBaseSrc, gst_object_unref) 117 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLBufferAllocator, gst_object_unref) 119 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLBufferPool, gst_object_unref) 121 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLColorConvert, gst_object_unref) 123 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLContext, gst_object_unref) 125 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLDisplay, gst_object_unref) 127 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLFilter, gst_object_unref) 129 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGLMemoryAllocator, gst_object_unref) [all …]
|
/third_party/glib/gobject/ |
D | gobject-autocleanups.h | 24 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GClosure, g_closure_unref) 25 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GEnumClass, g_type_class_unref) 26 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFlagsClass, g_type_class_unref) 27 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GObject, g_object_unref) 28 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GInitiallyUnowned, g_object_unref) 29 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GParamSpec, g_param_spec_unref) 30 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTypeClass, g_type_class_unref)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.h | 419 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDiscoverer, gst_object_unref) 421 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDiscovererAudioInfo, gst_object_unref) 423 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDiscovererContainerInfo, gst_object_unref) 425 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDiscovererInfo, gst_object_unref) 427 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDiscovererStreamInfo, gst_object_unref) 429 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDiscovererSubtitleInfo, gst_object_unref) 431 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstDiscovererVideoInfo, gst_object_unref)
|
D | encoding-profile.h | 276 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingAudioProfile, gst_object_unref) 278 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingContainerProfile, gst_object_unref) 280 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingProfile, gst_object_unref) 282 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingVideoProfile, gst_object_unref)
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkimageview.h | 120 #ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC 121 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVulkanImageView, gst_vulkan_image_view_unref)
|
D | gstvktrash.h | 99 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVulkanTrash, gst_vulkan_trash_unref) 164 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVulkanTrashList, gst_object_unref)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioaggregator.h | 226 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAudioAggregator, gst_object_unref) 227 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAudioAggregatorPad, gst_object_unref) 228 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAudioAggregatorConvertPad, gst_object_unref)
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnetclientclock.h | 100 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstNetClientClock, gst_object_unref) 102 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstNtpClock, gst_object_unref)
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontrolsource.h | 141 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstControlSource, gst_object_unref) 143 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstValueArray, gst_object_unref)
|
D | gstghostpad.h | 145 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGhostPad, gst_object_unref) 147 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstProxyPad, gst_object_unref)
|
D | gsttoc.h | 243 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstToc, _gst_autoptr_toc_unref) 244 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstTocEntry, _gst_autoptr_toc_entry_unref)
|
D | gstmemory.h | 384 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstMemory, gst_memory_unref) 386 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstAllocator, gst_object_unref)
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.h | 206 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoAggregatorConvertPad, gst_object_unref) 328 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoAggregator, gst_object_unref) 329 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoAggregatorPad, gst_object_unref)
|
D | gstvideoutils.h | 335 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoCodecFrame, gst_video_codec_frame_unref) 337 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoCodecState, gst_video_codec_state_unref)
|
D | video-overlay-composition.h | 304 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoOverlayComposition, gst_video_overlay_composition_unref) 306 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstVideoOverlayRectangle, gst_video_overlay_rectangle_unref)
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | rtcsessiondescription.h | 57 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstWebRTCSessionDescription, gst_webrtc_session_description_free)
|
D | rtptransceiver.h | 37 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstWebRTCRTPTransceiver, gst_object_unref)
|
D | dtlstransport.h | 38 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstWebRTCDTLSTransport, gst_object_unref)
|
D | icetransport.h | 37 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstWebRTCICETransport, gst_object_unref)
|
D | sctptransport.h | 38 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstWebRTCSCTPTransport, gst_object_unref)
|
12345678