mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Removed unnecessary file
2007-11-28 Alexander Larsson <alexl@redhat.com> * Makefile.am: * gdriveprivate.h: Removed unnecessary file * gdesktopappinfo.[ch]: * gdummyfile.[ch]: * gfile.c: * glocaldirectorymonitor.[ch]: * glocalfile.[ch]: * glocalfileenumerator.[ch]: * glocalfileinputstream.[ch]: * glocalfilemonitor.[ch]: * glocalfileoutputstream.[ch]: * glocalvfs.[ch]: * gnativevolumemonitor.c: * gpollfilemonitor.[ch]: * gunionvolumemonitor.[ch]: * gunixdrive.[ch]: * gunixvolume.[ch]: * gunixvolumemonitor.[ch]: * gvfs.c: * gvolumeprivate.h: * inotify/ginotifydirectorymonitor.[ch]: * inotify/ginotifyfilemonitor.[ch]: * inotify/inotify-helper.c: Append _ to all internal functions * gio.symbols: Add missing symbols Export symbols needed for modules svn path=/trunk/; revision=5977
This commit is contained in:
committed by
Alexander Larsson
parent
3deb5aceda
commit
d9594f5709
@@ -38,6 +38,7 @@
|
||||
|
||||
#include "gioalias.h"
|
||||
|
||||
#define g_local_file_output_stream_get_type _g_local_file_output_stream_get_type
|
||||
G_DEFINE_TYPE (GLocalFileOutputStream, g_local_file_output_stream, G_TYPE_FILE_OUTPUT_STREAM);
|
||||
|
||||
/* Some of the file replacement code was based on the code from gedit,
|
||||
@@ -403,10 +404,10 @@ g_local_file_output_stream_query_info (GFileOutputStream *stream,
|
||||
}
|
||||
|
||||
GFileOutputStream *
|
||||
g_local_file_output_stream_create (const char *filename,
|
||||
GFileCreateFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
_g_local_file_output_stream_create (const char *filename,
|
||||
GFileCreateFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
GLocalFileOutputStream *stream;
|
||||
int mode;
|
||||
@@ -446,10 +447,10 @@ g_local_file_output_stream_create (const char *filename,
|
||||
}
|
||||
|
||||
GFileOutputStream *
|
||||
g_local_file_output_stream_append (const char *filename,
|
||||
GFileCreateFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
_g_local_file_output_stream_append (const char *filename,
|
||||
GFileCreateFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
GLocalFileOutputStream *stream;
|
||||
int mode;
|
||||
@@ -819,12 +820,12 @@ handle_overwrite_open (const char *filename,
|
||||
}
|
||||
|
||||
GFileOutputStream *
|
||||
g_local_file_output_stream_replace (const char *filename,
|
||||
const char *etag,
|
||||
gboolean create_backup,
|
||||
GFileCreateFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
_g_local_file_output_stream_replace (const char *filename,
|
||||
const char *etag,
|
||||
gboolean create_backup,
|
||||
GFileCreateFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
GLocalFileOutputStream *stream;
|
||||
int mode;
|
||||
|
Reference in New Issue
Block a user