|
|
|||
File indexing completed on 2025-12-16 10:17:40
0001 /* GObject - GLib Type, Object, Parameter and Signal Library 0002 * Copyright (C) 1998, 1999, 2000 Tim Janik and Red Hat, Inc. 0003 * 0004 * SPDX-License-Identifier: LGPL-2.1-or-later 0005 * 0006 * This library is free software; you can redistribute it and/or 0007 * modify it under the terms of the GNU Lesser General Public 0008 * License as published by the Free Software Foundation; either 0009 * version 2.1 of the License, or (at your option) any later version. 0010 * 0011 * This library is distributed in the hope that it will be useful, 0012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0014 * Lesser General Public License for more details. 0015 * 0016 * You should have received a copy of the GNU Lesser General 0017 * Public License along with this library; if not, see <http://www.gnu.org/licenses/>. 0018 */ 0019 #ifndef __GLIB_GOBJECT_H__ 0020 #define __GLIB_GOBJECT_H__ 0021 0022 #define __GLIB_GOBJECT_H_INSIDE__ 0023 0024 #include <gobject/gbinding.h> 0025 #include <gobject/gbindinggroup.h> 0026 #include <gobject/gboxed.h> 0027 #include <gobject/genums.h> 0028 #include <gobject/glib-enumtypes.h> 0029 #include <gobject/gobject.h> 0030 #include <gobject/gparam.h> 0031 #include <gobject/gparamspecs.h> 0032 #include <gobject/gsignal.h> 0033 #include <gobject/gsignalgroup.h> 0034 #include <gobject/gsourceclosure.h> 0035 #include <gobject/gtype.h> 0036 #include <gobject/gtypemodule.h> 0037 #include <gobject/gtypeplugin.h> 0038 #include <gobject/gvaluearray.h> 0039 #include <gobject/gvalue.h> 0040 #include <gobject/gvaluetypes.h> 0041 0042 #include <gobject/gobject-autocleanups.h> 0043 0044 #undef __GLIB_GOBJECT_H_INSIDE__ 0045 0046 #endif /* __GLIB_GOBJECT_H__ */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|