/usr/include/glib-2.0/gobject
NameSizeModeActions
gbinding.h65900644editdlrm
gboxed.h39650644editdlrm
gclosure.h110290644editdlrm
genums.h80410644editdlrm
glib-enumtypes.h10140644editdlrm
glib-types.h90590644editdlrm
gmarshal.h218410644editdlrm
gobject-autocleanups.h13820644editdlrm
gobject.h343940644editdlrm
gobjectnotifyqueue.c55160644editdlrm
gparam.h165280644editdlrm
gparamspecs.h348510644editdlrm
gsignal.h255170644editdlrm
gsourceclosure.h12750644editdlrm
gtype.h926150644editdlrm
gtypemodule.h108370644editdlrm
gtypeplugin.h49670644editdlrm
gvalue.h60410644editdlrm
gvaluearray.h32180644editdlrm
gvaluecollector.h98190644editdlrm
gvaluetypes.h102530644editdlrm
Edit: /usr/include/glib-2.0/gobject/gobject-autocleanups.h (1382B)
/* * Copyright © 2015 Canonical Limited * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . * * Author: Ryan Lortie */ #if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) #error "Only can be included directly." #endif G_DEFINE_AUTOPTR_CLEANUP_FUNC(GClosure, g_closure_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GEnumClass, g_type_class_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFlagsClass, g_type_class_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GObject, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GInitiallyUnowned, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GParamSpec, g_param_spec_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTypeClass, g_type_class_unref) G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GValue, g_value_unset)