mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Added.
2007-12-05 Alexander Larsson <alexl@redhat.com> * Makefile.am: * giomodule-priv.h: Added. * glocaldirectorymonitor.c: * glocalfilemonitor.c: * gunionvolumemonitor.c: * gvfs.c: Actually add the declaration of _g_io_modules_ensure_loaded svn path=/trunk/; revision=6051
This commit is contained in:
parent
4f039bd490
commit
3869c33a73
@ -1,3 +1,13 @@
|
||||
2007-12-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* Makefile.am:
|
||||
* giomodule-priv.h: Added.
|
||||
* glocaldirectorymonitor.c:
|
||||
* glocalfilemonitor.c:
|
||||
* gunionvolumemonitor.c:
|
||||
* gvfs.c:
|
||||
Actually add the declaration of _g_io_modules_ensure_loaded
|
||||
|
||||
2007-12-05 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdatainputstream.c:
|
||||
|
@ -146,6 +146,7 @@ libgio_2_0_la_SOURCES = \
|
||||
ginputstream.c \
|
||||
gioerror.c \
|
||||
giomodule.c \
|
||||
giomodule-priv.h \
|
||||
gioscheduler.c \
|
||||
gloadableicon.c \
|
||||
gmemoryinputstream.c \
|
||||
|
34
gio/giomodule-priv.h
Normal file
34
gio/giomodule-priv.h
Normal file
@ -0,0 +1,34 @@
|
||||
/* GIO - GLib Input, Output and Streaming Library
|
||||
*
|
||||
* Copyright (C) 2006-2007 Red Hat, Inc.
|
||||
*
|
||||
* 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 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, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* Author: Alexander Larsson <alexl@redhat.com>
|
||||
*/
|
||||
|
||||
#ifndef __G_IO_MODULE_PRIV_H__
|
||||
#define __G_IO_MODULE_PRIV_H__
|
||||
|
||||
#include "giomodule.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
void _g_io_modules_ensure_loaded (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __G_IO_MODULE_H__ */
|
@ -25,7 +25,7 @@
|
||||
#include "glocaldirectorymonitor.h"
|
||||
#include "gunixmounts.h"
|
||||
#include "gdirectorymonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include "giomodule-priv.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "glocalfilemonitor.h"
|
||||
#include "giomodule.h"
|
||||
#include "giomodule-priv.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <glib.h>
|
||||
#include "gunionvolumemonitor.h"
|
||||
#include "gvolumeprivate.h"
|
||||
#include "giomodule.h"
|
||||
#include "giomodule-priv.h"
|
||||
#ifdef G_OS_UNIX
|
||||
#include "gunixvolumemonitor.h"
|
||||
#endif
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <string.h>
|
||||
#include "gvfs.h"
|
||||
#include "glocalvfs.h"
|
||||
#include "giomodule.h"
|
||||
#include "giomodule-priv.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
#include "gioalias.h"
|
||||
|
Loading…
Reference in New Issue
Block a user