Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
girepository-autocleanups.h
Go to the documentation of this file.
1/*
2 * Copyright 2024 GNOME Foundation, Inc.
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General
17 * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
18 *
19 * Author: Philip Withnall <pwithnall@gnome.org>
20 */
21
22#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION)
23#error "Only <girepository.h> can be included directly."
24#endif
25
26#ifndef __GI_SCANNER__
27
28/* GIRepository already has its cleanups defined by G_DECLARE_FINAL_TYPE */
30
51
52/* These types can additionally be stack allocated and cleared */
55
56#endif /* __GI_SCANNER__ */
GI_AVAILABLE_IN_ALL void gi_base_info_unref(void *info)
GI_AVAILABLE_IN_ALL void gi_base_info_clear(void *info)
typedefG_BEGIN_DECLS struct _GITypelib GITypelib
Definition gitypelib.h:37
GI_AVAILABLE_IN_ALL void gi_typelib_unref(GITypelib *typelib)
struct _GIStructInfo GIStructInfo
Definition gitypes.h:72
typedefG_BEGIN_DECLS struct _GIBaseInfo GIBaseInfo
Definition gitypes.h:41
struct _GIRegisteredTypeInfo GIRegisteredTypeInfo
Definition gitypes.h:68
struct _GIUnresolvedInfo GIUnresolvedInfo
Definition gitypes.h:140
struct _GIObjectInfo GIObjectInfo
Definition gitypes.h:88
struct _GIPropertyInfo GIPropertyInfo
Definition gitypes.h:112
struct _GIFlagsInfo GIFlagsInfo
Definition gitypes.h:84
struct _GIValueInfo GIValueInfo
Definition gitypes.h:100
struct _GICallbackInfo GICallbackInfo
Definition gitypes.h:64
struct _GIEnumInfo GIEnumInfo
Definition gitypes.h:80
struct _GIInterfaceInfo GIInterfaceInfo
Definition gitypes.h:92
struct _GIFieldInfo GIFieldInfo
Definition gitypes.h:116
struct _GICallableInfo GICallableInfo
Definition gitypes.h:56
struct _GIFunctionInfo GIFunctionInfo
Definition gitypes.h:60
struct _GIUnionInfo GIUnionInfo
Definition gitypes.h:76
struct _GISignalInfo GISignalInfo
Definition gitypes.h:104
struct _GIVFuncInfo GIVFuncInfo
Definition gitypes.h:108
struct _GIConstantInfo GIConstantInfo
Definition gitypes.h:96
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
Definition gmacros.h:1400
#define G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(TypeName, func)
Definition gmacros.h:1401