OXIESEC PANEL
- Current Dir:
/
/
usr
/
include
/
glib-2.0
/
gobject
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:50:15 AM
rwxr-xr-x
📄
gbinding.h
6.19 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gboxed.h
3.87 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gclosure.h
10.79 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
genums.h
7.85 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
glib-types.h
8.45 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gmarshal.h
19.82 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gobject-autocleanups.h
1.11 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gobject.h
31.69 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gobjectnotifyqueue.c
5.39 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gparam.h
16 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gparamspecs.h
33.94 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gsignal.h
23.36 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gsourceclosure.h
1.25 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gtype.h
87.63 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gtypemodule.h
10.52 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gtypeplugin.h
4.85 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gvalue.h
5.52 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gvaluearray.h
3.1 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gvaluecollector.h
9.33 KB
11/29/2021 04:42:57 PM
rw-r--r--
📄
gvaluetypes.h
9.43 KB
11/29/2021 04:42:57 PM
rw-r--r--
Editing: gobject-autocleanups.h
Close
/* * 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 <http://www.gnu.org/licenses/>. * * Author: Ryan Lortie <desrt@desrt.ca> */ #if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) #error "Only <glib-object.h> can be included directly." #endif G_DEFINE_AUTOPTR_CLEANUP_FUNC(GClosure, g_closure_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GObject, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GInitiallyUnowned, g_object_unref) G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GValue, g_value_unset)