adium 5092:4f86300f2555: Rebuilt all the dependencies using home...
commits at adium.im
commits at adium.im
Sun Sep 23 22:20:31 UTC 2012
details: http://hg.adium.im/adium/rev/4f86300f2555
revision: 5092:4f86300f2555
branch: adium-1.5.4
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Sep 23 23:58:20 2012 +0200
Rebuilt all the dependencies using homebrew, including the sametime groupchat fix.
Fixes #16114
Subject: adium 5093:5b277413a0b4: Manually fix the paths for libjson-glib with install_name_tool.
details: http://hg.adium.im/adium/rev/5b277413a0b4
revision: 5093:5b277413a0b4
branch: adium-1.5.4
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Mon Sep 24 00:16:28 2012 +0200
Manually fix the paths for libjson-glib with install_name_tool.
diffs (truncated from 212248 to 1000 lines):
diff -r b2d9af334529 -r 5b277413a0b4 Dependencies/patches/gettext-Makefile.in.diff
--- a/Dependencies/patches/gettext-Makefile.in.diff Sun Sep 23 23:10:54 2012 +0200
+++ b/Dependencies/patches/gettext-Makefile.in.diff Mon Sep 24 00:16:28 2012 +0200
@@ -1,11 +1,11 @@
---- gettext-tools/Makefile.in 2010-11-14 21:31:55.000000000 -0800
-+++ gettext-tools/Makefile.in.orig 2006-11-27 09:34:56.000000000 -0800
-@@ -484,7 +484,7 @@
+--- gettext-tools/Makefile.in.orig 2010-06-03 16:38:55.000000000 -0500
++++ gettext-tools/Makefile.in 2010-06-04 01:16:07.000000000 -0500
+@@ -1248,7 +1248,7 @@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
- ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
--SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4 tests examples
-+SUBDIRS = intl gnulib-lib libgrep libuniname src libgettextpo po projects m4
+ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
+-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
++SUBDIRS = intl gnulib-lib libgrep src libgettextpo po projects styles m4
# Allow users to use "gnulib-tool --update".
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libgcrypt.framework/Versions/1.5.0/libgcrypt
Binary file Frameworks/libgcrypt.framework/Versions/1.5.0/libgcrypt has changed
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Headers
--- a/Frameworks/libglib.framework/Headers Sun Sep 23 23:10:54 2012 +0200
+++ b/Frameworks/libglib.framework/Headers Mon Sep 24 00:16:28 2012 +0200
@@ -1,1 +1,1 @@
-Versions/2.0.0/Headers
\ No newline at end of file
+Versions/2.20.5/Headers
\ No newline at end of file
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Resources
--- a/Frameworks/libglib.framework/Resources Sun Sep 23 23:10:54 2012 +0200
+++ b/Frameworks/libglib.framework/Resources Mon Sep 24 00:16:28 2012 +0200
@@ -1,1 +1,1 @@
-Versions/2.0.0/Resources
\ No newline at end of file
+Versions/2.20.5/Resources
\ No newline at end of file
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gappinfo.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gappinfo.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,234 +0,0 @@
-/* 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 at redhat.com>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_APP_INFO_H__
-#define __G_APP_INFO_H__
-
-#include <gio/giotypes.h>
-
-G_BEGIN_DECLS
-
-#define G_TYPE_APP_INFO (g_app_info_get_type ())
-#define G_APP_INFO(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_APP_INFO, GAppInfo))
-#define G_IS_APP_INFO(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_APP_INFO))
-#define G_APP_INFO_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_APP_INFO, GAppInfoIface))
-
-#define G_TYPE_APP_LAUNCH_CONTEXT (g_app_launch_context_get_type ())
-#define G_APP_LAUNCH_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_APP_LAUNCH_CONTEXT, GAppLaunchContext))
-#define G_APP_LAUNCH_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_APP_LAUNCH_CONTEXT, GAppLaunchContextClass))
-#define G_IS_APP_LAUNCH_CONTEXT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_APP_LAUNCH_CONTEXT))
-#define G_IS_APP_LAUNCH_CONTEXT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_APP_LAUNCH_CONTEXT))
-#define G_APP_LAUNCH_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_APP_LAUNCH_CONTEXT, GAppLaunchContextClass))
-
-typedef struct _GAppLaunchContextClass GAppLaunchContextClass;
-typedef struct _GAppLaunchContextPrivate GAppLaunchContextPrivate;
-
-/**
- * GAppInfo:
- *
- * Information about an installed application and methods to launch
- * it (with file arguments).
- */
-
-/**
- * GAppInfoIface:
- * @g_iface: The parent interface.
- * @dup: Copies a #GAppInfo.
- * @equal: Checks two #GAppInfo<!-- -->s for equality.
- * @get_id: Gets a string identifier for a #GAppInfo.
- * @get_name: Gets the name of the application for a #GAppInfo.
- * @get_description: Gets a short description for the application described by the #GAppInfo.
- * @get_executable: Gets the execuable name for the #GAppInfo.
- * @get_icon: Gets the #GIcon for the #GAppInfo.
- * @launch: Launches an application specified by the #GAppInfo.
- * @supports_uris: Indicates whether the application specified supports launching URIs.
- * @supports_files: Indicates whether the application specified accepts filename arguments.
- * @launch_uris: Launches an application with a list of URIs.
- * @should_show: Returns whether an application should be shown (e.g. when getting a list of installed applications).
- * <ulink url="http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt">
- * <citetitle>FreeDesktop.Org Startup Notification Specification</citetitle></ulink>.
- * @set_as_default_for_type: Sets an application as default for a given content type.
- * @set_as_default_for_extension: Sets an application as default for a given file extention.
- * @add_supports_type: Adds to the #GAppInfo information about supported file types.
- * @can_remove_supports_type: Checks for support for removing supported file types from a #GAppInfo.
- * @remove_supports_type: Removes a supported application type from a #GAppInfo.
- * @can_delete: Checks if a #GAppInfo can be deleted. Since 2.20
- * @do_delete: Deletes a #GAppInfo. Since 2.20
- * @get_commandline: Gets the commandline for the #GAppInfo. Since 2.20
- *
- * Application Information interface, for operating system portability.
- */
-typedef struct _GAppInfoIface GAppInfoIface;
-
-struct _GAppInfoIface
-{
- GTypeInterface g_iface;
-
- /* Virtual Table */
-
- GAppInfo * (* dup) (GAppInfo *appinfo);
- gboolean (* equal) (GAppInfo *appinfo1,
- GAppInfo *appinfo2);
- const char * (* get_id) (GAppInfo *appinfo);
- const char * (* get_name) (GAppInfo *appinfo);
- const char * (* get_description) (GAppInfo *appinfo);
- const char * (* get_executable) (GAppInfo *appinfo);
- GIcon * (* get_icon) (GAppInfo *appinfo);
- gboolean (* launch) (GAppInfo *appinfo,
- GList *filenames,
- GAppLaunchContext *launch_context,
- GError **error);
- gboolean (* supports_uris) (GAppInfo *appinfo);
- gboolean (* supports_files) (GAppInfo *appinfo);
- gboolean (* launch_uris) (GAppInfo *appinfo,
- GList *uris,
- GAppLaunchContext *launch_context,
- GError **error);
- gboolean (* should_show) (GAppInfo *appinfo);
-
- /* For changing associations */
- gboolean (* set_as_default_for_type) (GAppInfo *appinfo,
- const char *content_type,
- GError **error);
- gboolean (* set_as_default_for_extension) (GAppInfo *appinfo,
- const char *extension,
- GError **error);
- gboolean (* add_supports_type) (GAppInfo *appinfo,
- const char *content_type,
- GError **error);
- gboolean (* can_remove_supports_type) (GAppInfo *appinfo);
- gboolean (* remove_supports_type) (GAppInfo *appinfo,
- const char *content_type,
- GError **error);
- gboolean (* can_delete) (GAppInfo *appinfo);
- gboolean (* do_delete) (GAppInfo *appinfo);
- const char * (* get_commandline) (GAppInfo *appinfo);
-};
-
-GType g_app_info_get_type (void) G_GNUC_CONST;
-GAppInfo * g_app_info_create_from_commandline (const char *commandline,
- const char *application_name,
- GAppInfoCreateFlags flags,
- GError **error);
-GAppInfo * g_app_info_dup (GAppInfo *appinfo);
-gboolean g_app_info_equal (GAppInfo *appinfo1,
- GAppInfo *appinfo2);
-const char *g_app_info_get_id (GAppInfo *appinfo);
-const char *g_app_info_get_name (GAppInfo *appinfo);
-const char *g_app_info_get_description (GAppInfo *appinfo);
-const char *g_app_info_get_executable (GAppInfo *appinfo);
-const char *g_app_info_get_commandline (GAppInfo *appinfo);
-GIcon * g_app_info_get_icon (GAppInfo *appinfo);
-gboolean g_app_info_launch (GAppInfo *appinfo,
- GList *files,
- GAppLaunchContext *launch_context,
- GError **error);
-gboolean g_app_info_supports_uris (GAppInfo *appinfo);
-gboolean g_app_info_supports_files (GAppInfo *appinfo);
-gboolean g_app_info_launch_uris (GAppInfo *appinfo,
- GList *uris,
- GAppLaunchContext *launch_context,
- GError **error);
-gboolean g_app_info_should_show (GAppInfo *appinfo);
-
-gboolean g_app_info_set_as_default_for_type (GAppInfo *appinfo,
- const char *content_type,
- GError **error);
-gboolean g_app_info_set_as_default_for_extension (GAppInfo *appinfo,
- const char *extension,
- GError **error);
-gboolean g_app_info_add_supports_type (GAppInfo *appinfo,
- const char *content_type,
- GError **error);
-gboolean g_app_info_can_remove_supports_type (GAppInfo *appinfo);
-gboolean g_app_info_remove_supports_type (GAppInfo *appinfo,
- const char *content_type,
- GError **error);
-gboolean g_app_info_can_delete (GAppInfo *appinfo);
-gboolean g_app_info_delete (GAppInfo *appinfo);
-
-GList * g_app_info_get_all (void);
-GList * g_app_info_get_all_for_type (const char *content_type);
-void g_app_info_reset_type_associations (const char *content_type);
-GAppInfo *g_app_info_get_default_for_type (const char *content_type,
- gboolean must_support_uris);
-GAppInfo *g_app_info_get_default_for_uri_scheme (const char *uri_scheme);
-
-gboolean g_app_info_launch_default_for_uri (const char *uri,
- GAppLaunchContext *launch_context,
- GError **error);
-
-/**
- * GAppLaunchContext:
- * @parent_instance: The parent instance.
- *
- * Integrating the launch with the launching application. This is used to
- * handle for instance startup notification and launching the new application
- * on the same screen as the launching window.
- */
-struct _GAppLaunchContext
-{
- GObject parent_instance;
-
- /*< private >*/
- GAppLaunchContextPrivate *priv;
-};
-
-struct _GAppLaunchContextClass
-{
- GObjectClass parent_class;
-
- char * (* get_display) (GAppLaunchContext *context,
- GAppInfo *info,
- GList *files);
- char * (* get_startup_notify_id) (GAppLaunchContext *context,
- GAppInfo *info,
- GList *files);
- void (* launch_failed) (GAppLaunchContext *context,
- const char *startup_notify_id);
-
- /* Padding for future expansion */
- void (*_g_reserved1) (void);
- void (*_g_reserved2) (void);
- void (*_g_reserved3) (void);
- void (*_g_reserved4) (void);
- void (*_g_reserved5) (void);
-};
-
-GType g_app_launch_context_get_type (void) G_GNUC_CONST;
-GAppLaunchContext *g_app_launch_context_new (void);
-char * g_app_launch_context_get_display (GAppLaunchContext *context,
- GAppInfo *info,
- GList *files);
-char * g_app_launch_context_get_startup_notify_id (GAppLaunchContext *context,
- GAppInfo *info,
- GList *files);
-void g_app_launch_context_launch_failed (GAppLaunchContext *context,
- const char * startup_notify_id);
-
-G_END_DECLS
-
-#endif /* __G_APP_INFO_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gasyncresult.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gasyncresult.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-/* 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 at redhat.com>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_ASYNC_RESULT_H__
-#define __G_ASYNC_RESULT_H__
-
-#include <gio/giotypes.h>
-
-G_BEGIN_DECLS
-
-#define G_TYPE_ASYNC_RESULT (g_async_result_get_type ())
-#define G_ASYNC_RESULT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ASYNC_RESULT, GAsyncResult))
-#define G_IS_ASYNC_RESULT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_ASYNC_RESULT))
-#define G_ASYNC_RESULT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_ASYNC_RESULT, GAsyncResultIface))
-
-/**
- * GAsyncResult:
- *
- * Holds results information for an asynchronous operation,
- * usually passed directly to a asynchronous _finish() operation.
- **/
-typedef struct _GAsyncResultIface GAsyncResultIface;
-
-
-/**
- * GAsyncResultIface:
- * @g_iface: The parent interface.
- * @get_user_data: Gets the user data passed to the callback.
- * @get_source_object: Gets the source object that issued the asynchronous operation.
- *
- * Interface definition for #GAsyncResult.
- **/
-struct _GAsyncResultIface
-{
- GTypeInterface g_iface;
-
- /* Virtual Table */
-
- gpointer (* get_user_data) (GAsyncResult *async_result);
- GObject * (* get_source_object) (GAsyncResult *async_result);
-};
-
-GType g_async_result_get_type (void) G_GNUC_CONST;
-
-gpointer g_async_result_get_user_data (GAsyncResult *res);
-GObject *g_async_result_get_source_object (GAsyncResult *res);
-
-G_END_DECLS
-
-#endif /* __G_ASYNC_RESULT_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gbufferedinputstream.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gbufferedinputstream.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,123 +0,0 @@
-/* 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: Christian Kellner <gicmo at gnome.org>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_BUFFERED_INPUT_STREAM_H__
-#define __G_BUFFERED_INPUT_STREAM_H__
-
-#include <gio/gfilterinputstream.h>
-
-G_BEGIN_DECLS
-
-#define G_TYPE_BUFFERED_INPUT_STREAM (g_buffered_input_stream_get_type ())
-#define G_BUFFERED_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_BUFFERED_INPUT_STREAM, GBufferedInputStream))
-#define G_BUFFERED_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_BUFFERED_INPUT_STREAM, GBufferedInputStreamClass))
-#define G_IS_BUFFERED_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_BUFFERED_INPUT_STREAM))
-#define G_IS_BUFFERED_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_BUFFERED_INPUT_STREAM))
-#define G_BUFFERED_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_BUFFERED_INPUT_STREAM, GBufferedInputStreamClass))
-
-/**
- * GBufferedInputStream:
- *
- * Implements #GFilterInputStream with a sized input buffer.
- **/
-typedef struct _GBufferedInputStreamClass GBufferedInputStreamClass;
-typedef struct _GBufferedInputStreamPrivate GBufferedInputStreamPrivate;
-
-struct _GBufferedInputStream
-{
- GFilterInputStream parent_instance;
-
- /*< private >*/
- GBufferedInputStreamPrivate *priv;
-};
-
-struct _GBufferedInputStreamClass
-{
- GFilterInputStreamClass parent_class;
-
- gssize (* fill) (GBufferedInputStream *stream,
- gssize count,
- GCancellable *cancellable,
- GError **error);
-
- /* Async ops: (optional in derived classes) */
- void (* fill_async) (GBufferedInputStream *stream,
- gssize count,
- int io_priority,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
- gssize (* fill_finish) (GBufferedInputStream *stream,
- GAsyncResult *result,
- GError **error);
-
- /*< private >*/
- /* Padding for future expansion */
- void (*_g_reserved1) (void);
- void (*_g_reserved2) (void);
- void (*_g_reserved3) (void);
- void (*_g_reserved4) (void);
- void (*_g_reserved5) (void);
-};
-
-
-GType g_buffered_input_stream_get_type (void) G_GNUC_CONST;
-GInputStream* g_buffered_input_stream_new (GInputStream *base_stream);
-GInputStream* g_buffered_input_stream_new_sized (GInputStream *base_stream,
- gsize size);
-
-gsize g_buffered_input_stream_get_buffer_size (GBufferedInputStream *stream);
-void g_buffered_input_stream_set_buffer_size (GBufferedInputStream *stream,
- gsize size);
-gsize g_buffered_input_stream_get_available (GBufferedInputStream *stream);
-gsize g_buffered_input_stream_peek (GBufferedInputStream *stream,
- void *buffer,
- gsize offset,
- gsize count);
-const void* g_buffered_input_stream_peek_buffer (GBufferedInputStream *stream,
- gsize *count);
-
-gssize g_buffered_input_stream_fill (GBufferedInputStream *stream,
- gssize count,
- GCancellable *cancellable,
- GError **error);
-void g_buffered_input_stream_fill_async (GBufferedInputStream *stream,
- gssize count,
- int io_priority,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gssize g_buffered_input_stream_fill_finish (GBufferedInputStream *stream,
- GAsyncResult *result,
- GError **error);
-
-int g_buffered_input_stream_read_byte (GBufferedInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-
-G_END_DECLS
-
-#endif /* __G_BUFFERED_INPUT_STREAM_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gbufferedoutputstream.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gbufferedoutputstream.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,82 +0,0 @@
-/* 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: Christian Kellner <gicmo at gnome.org>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_BUFFERED_OUTPUT_STREAM_H__
-#define __G_BUFFERED_OUTPUT_STREAM_H__
-
-#include <gio/gfilteroutputstream.h>
-
-G_BEGIN_DECLS
-
-#define G_TYPE_BUFFERED_OUTPUT_STREAM (g_buffered_output_stream_get_type ())
-#define G_BUFFERED_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_BUFFERED_OUTPUT_STREAM, GBufferedOutputStream))
-#define G_BUFFERED_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_BUFFERED_OUTPUT_STREAM, GBufferedOutputStreamClass))
-#define G_IS_BUFFERED_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_BUFFERED_OUTPUT_STREAM))
-#define G_IS_BUFFERED_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_BUFFERED_OUTPUT_STREAM))
-#define G_BUFFERED_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_BUFFERED_OUTPUT_STREAM, GBufferedOutputStreamClass))
-
-/**
- * GBufferedOutputStream:
- * @parent_class: The parent class.
- *
- * An implementation of #GFilterOutputStream with a sized buffer.
- **/
-typedef struct _GBufferedOutputStreamClass GBufferedOutputStreamClass;
-typedef struct _GBufferedOutputStreamPrivate GBufferedOutputStreamPrivate;
-
-struct _GBufferedOutputStream
-{
- GFilterOutputStream parent_instance;
-
- /*< protected >*/
- GBufferedOutputStreamPrivate *priv;
-};
-
-struct _GBufferedOutputStreamClass
-{
- GFilterOutputStreamClass parent_class;
-
- /*< private >*/
- /* Padding for future expansion */
- void (*_g_reserved1) (void);
- void (*_g_reserved2) (void);
-};
-
-
-GType g_buffered_output_stream_get_type (void) G_GNUC_CONST;
-GOutputStream* g_buffered_output_stream_new (GOutputStream *base_stream);
-GOutputStream* g_buffered_output_stream_new_sized (GOutputStream *base_stream,
- gsize size);
-gsize g_buffered_output_stream_get_buffer_size (GBufferedOutputStream *stream);
-void g_buffered_output_stream_set_buffer_size (GBufferedOutputStream *stream,
- gsize size);
-gboolean g_buffered_output_stream_get_auto_grow (GBufferedOutputStream *stream);
-void g_buffered_output_stream_set_auto_grow (GBufferedOutputStream *stream,
- gboolean auto_grow);
-
-G_END_DECLS
-
-#endif /* __G_BUFFERED_OUTPUT_STREAM_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gcancellable.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gcancellable.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,87 +0,0 @@
-/* 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 at redhat.com>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_CANCELLABLE_H__
-#define __G_CANCELLABLE_H__
-
-#include <gio/giotypes.h>
-
-G_BEGIN_DECLS
-
-#define G_TYPE_CANCELLABLE (g_cancellable_get_type ())
-#define G_CANCELLABLE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_CANCELLABLE, GCancellable))
-#define G_CANCELLABLE_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_CANCELLABLE, GCancellableClass))
-#define G_IS_CANCELLABLE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_CANCELLABLE))
-#define G_IS_CANCELLABLE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_CANCELLABLE))
-#define G_CANCELLABLE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_CANCELLABLE, GCancellableClass))
-
-/**
- * GCancellable:
- *
- * Allows actions to be cancelled.
- */
-typedef struct _GCancellableClass GCancellableClass;
-
-struct _GCancellableClass
-{
- GObjectClass parent_class;
-
- void (* cancelled) (GCancellable *cancellable);
-
- /*< private >*/
- /* Padding for future expansion */
- void (*_g_reserved1) (void);
- void (*_g_reserved2) (void);
- void (*_g_reserved3) (void);
- void (*_g_reserved4) (void);
- void (*_g_reserved5) (void);
-};
-
-GType g_cancellable_get_type (void) G_GNUC_CONST;
-
-GCancellable *g_cancellable_new (void);
-
-/* These are only safe to call inside a cancellable op */
-gboolean g_cancellable_is_cancelled (GCancellable *cancellable);
-gboolean g_cancellable_set_error_if_cancelled (GCancellable *cancellable,
- GError **error);
-
-int g_cancellable_get_fd (GCancellable *cancellable);
-void g_cancellable_make_pollfd (GCancellable *cancellable,
- GPollFD *pollfd);
-
-GCancellable *g_cancellable_get_current (void);
-void g_cancellable_push_current (GCancellable *cancellable);
-void g_cancellable_pop_current (GCancellable *cancellable);
-void g_cancellable_reset (GCancellable *cancellable);
-
-
-/* This is safe to call from another thread */
-void g_cancellable_cancel (GCancellable *cancellable);
-
-G_END_DECLS
-
-#endif /* __G_CANCELLABLE_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gcontenttype.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gcontenttype.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-/* 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 at redhat.com>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_CONTENT_TYPE_H__
-#define __G_CONTENT_TYPE_H__
-
-#include <gio/giotypes.h>
-
-G_BEGIN_DECLS
-
-gboolean g_content_type_equals (const char *type1,
- const char *type2);
-gboolean g_content_type_is_a (const char *type,
- const char *supertype);
-gboolean g_content_type_is_unknown (const char *type);
-char * g_content_type_get_description (const char *type);
-char * g_content_type_get_mime_type (const char *type);
-GIcon * g_content_type_get_icon (const char *type);
-gboolean g_content_type_can_be_executable (const char *type);
-
-char * g_content_type_from_mime_type (const char *mime_type);
-
-char * g_content_type_guess (const char *filename,
- const guchar *data,
- gsize data_size,
- gboolean *result_uncertain);
-
-char ** g_content_type_guess_for_tree (GFile *root);
-
-GList * g_content_types_get_registered (void);
-
-G_END_DECLS
-
-#endif /* __G_CONTENT_TYPE_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gdatainputstream.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gdatainputstream.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,133 +0,0 @@
-/* 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 at redhat.com>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_DATA_INPUT_STREAM_H__
-#define __G_DATA_INPUT_STREAM_H__
-
-#include <gio/gbufferedinputstream.h>
-
-G_BEGIN_DECLS
-
-#define G_TYPE_DATA_INPUT_STREAM (g_data_input_stream_get_type ())
-#define G_DATA_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DATA_INPUT_STREAM, GDataInputStream))
-#define G_DATA_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_DATA_INPUT_STREAM, GDataInputStreamClass))
-#define G_IS_DATA_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DATA_INPUT_STREAM))
-#define G_IS_DATA_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_DATA_INPUT_STREAM))
-#define G_DATA_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_DATA_INPUT_STREAM, GDataInputStreamClass))
-
-/**
- * GDataInputStream:
- * @parent: a #GBufferedInputStream.
- *
- * An implementation of #GBufferedInputStream that allows for high-level
- * data manipulation of arbitrary data (including binary operations).
- **/
-typedef struct _GDataInputStreamClass GDataInputStreamClass;
-typedef struct _GDataInputStreamPrivate GDataInputStreamPrivate;
-
-struct _GDataInputStream
-{
- GBufferedInputStream parent_instance;
-
- /*< private >*/
- GDataInputStreamPrivate *priv;
-};
-
-struct _GDataInputStreamClass
-{
- GBufferedInputStreamClass parent_class;
-
- /*< private >*/
- /* Padding for future expansion */
- void (*_g_reserved1) (void);
- void (*_g_reserved2) (void);
- void (*_g_reserved3) (void);
- void (*_g_reserved4) (void);
- void (*_g_reserved5) (void);
-};
-
-GType g_data_input_stream_get_type (void) G_GNUC_CONST;
-GDataInputStream * g_data_input_stream_new (GInputStream *base_stream);
-
-void g_data_input_stream_set_byte_order (GDataInputStream *stream,
- GDataStreamByteOrder order);
-GDataStreamByteOrder g_data_input_stream_get_byte_order (GDataInputStream *stream);
-void g_data_input_stream_set_newline_type (GDataInputStream *stream,
- GDataStreamNewlineType type);
-GDataStreamNewlineType g_data_input_stream_get_newline_type (GDataInputStream *stream);
-guchar g_data_input_stream_read_byte (GDataInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-gint16 g_data_input_stream_read_int16 (GDataInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-guint16 g_data_input_stream_read_uint16 (GDataInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-gint32 g_data_input_stream_read_int32 (GDataInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-guint32 g_data_input_stream_read_uint32 (GDataInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-gint64 g_data_input_stream_read_int64 (GDataInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-guint64 g_data_input_stream_read_uint64 (GDataInputStream *stream,
- GCancellable *cancellable,
- GError **error);
-char * g_data_input_stream_read_line (GDataInputStream *stream,
- gsize *length,
- GCancellable *cancellable,
- GError **error);
-void g_data_input_stream_read_line_async (GDataInputStream *stream,
- gint io_priority,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-char * g_data_input_stream_read_line_finish (GDataInputStream *stream,
- GAsyncResult *result,
- gsize *length,
- GError **error);
-char * g_data_input_stream_read_until (GDataInputStream *stream,
- const gchar *stop_chars,
- gsize *length,
- GCancellable *cancellable,
- GError **error);
-void g_data_input_stream_read_until_async (GDataInputStream *stream,
- const gchar *stop_chars,
- gint io_priority,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-char * g_data_input_stream_read_until_finish (GDataInputStream *stream,
- GAsyncResult *result,
- gsize *length,
- GError **error);
-
-G_END_DECLS
-
-#endif /* __G_DATA_INPUT_STREAM_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gdataoutputstream.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gdataoutputstream.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,116 +0,0 @@
-/* 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 at redhat.com>
- */
-
-#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
-#error "Only <gio/gio.h> can be included directly."
-#endif
-
-#ifndef __G_DATA_OUTPUT_STREAM_H__
-#define __G_DATA_OUTPUT_STREAM_H__
-
-#include <gio/gfilteroutputstream.h>
-
-G_BEGIN_DECLS
-
-#define G_TYPE_DATA_OUTPUT_STREAM (g_data_output_stream_get_type ())
-#define G_DATA_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DATA_OUTPUT_STREAM, GDataOutputStream))
-#define G_DATA_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_DATA_OUTPUT_STREAM, GDataOutputStreamClass))
-#define G_IS_DATA_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_DATA_OUTPUT_STREAM))
-#define G_IS_DATA_OUTPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_DATA_OUTPUT_STREAM))
-#define G_DATA_OUTPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_DATA_OUTPUT_STREAM, GDataOutputStreamClass))
-
-/**
- * GDataOutputStream:
- * @parent_instance: a #GBufferedOutputStream.
- *
- * An implementation of #GBufferedOutputStream that allows for high-level
- * data manipulation of arbitrary data (including binary operations).
- **/
-typedef struct _GDataOutputStream GDataOutputStream;
-typedef struct _GDataOutputStreamClass GDataOutputStreamClass;
-typedef struct _GDataOutputStreamPrivate GDataOutputStreamPrivate;
-
-struct _GDataOutputStream
-{
- GFilterOutputStream parent_instance;
-
- /*< private >*/
- GDataOutputStreamPrivate *priv;
-};
-
-struct _GDataOutputStreamClass
-{
- GFilterOutputStreamClass parent_class;
-
- /*< private >*/
- /* Padding for future expansion */
- void (*_g_reserved1) (void);
- void (*_g_reserved2) (void);
- void (*_g_reserved3) (void);
- void (*_g_reserved4) (void);
- void (*_g_reserved5) (void);
-};
-
-
-GType g_data_output_stream_get_type (void) G_GNUC_CONST;
-GDataOutputStream * g_data_output_stream_new (GOutputStream *base_stream);
-
-void g_data_output_stream_set_byte_order (GDataOutputStream *stream,
- GDataStreamByteOrder order);
-GDataStreamByteOrder g_data_output_stream_get_byte_order (GDataOutputStream *stream);
-
-gboolean g_data_output_stream_put_byte (GDataOutputStream *stream,
- guchar data,
- GCancellable *cancellable,
- GError **error);
-gboolean g_data_output_stream_put_int16 (GDataOutputStream *stream,
- gint16 data,
- GCancellable *cancellable,
- GError **error);
-gboolean g_data_output_stream_put_uint16 (GDataOutputStream *stream,
- guint16 data,
- GCancellable *cancellable,
- GError **error);
-gboolean g_data_output_stream_put_int32 (GDataOutputStream *stream,
- gint32 data,
- GCancellable *cancellable,
- GError **error);
-gboolean g_data_output_stream_put_uint32 (GDataOutputStream *stream,
- guint32 data,
- GCancellable *cancellable,
- GError **error);
-gboolean g_data_output_stream_put_int64 (GDataOutputStream *stream,
- gint64 data,
- GCancellable *cancellable,
- GError **error);
-gboolean g_data_output_stream_put_uint64 (GDataOutputStream *stream,
- guint64 data,
- GCancellable *cancellable,
- GError **error);
-gboolean g_data_output_stream_put_string (GDataOutputStream *stream,
- const char *str,
- GCancellable *cancellable,
- GError **error);
-
-G_END_DECLS
-
-#endif /* __G_DATA_OUTPUT_STREAM_H__ */
diff -r b2d9af334529 -r 5b277413a0b4 Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gdrive.h
--- a/Frameworks/libglib.framework/Versions/2.0.0/Headers/gio/gdrive.h Sun Sep 23 23:10:54 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,140 +0,0 @@
-/* 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 at redhat.com>
More information about the commits
mailing list