From: Matthias Clasen Date: Mon, 25 Oct 2010 12:42:36 +0000 (-0400) Subject: More documentation fixups X-Git-Tag: 2.27.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11a59404d5623d65e0d09c555ef2d4be50e4023b;p=platform%2Fupstream%2Fglib.git More documentation fixups --- diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index 24f5ca1..df4c1b1 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -1388,9 +1388,6 @@ g_desktop_app_info_new g_desktop_app_info_get_filename g_desktop_app_info_get_is_hidden g_desktop_app_info_set_desktop_env -GDesktopAppInfoLookup -G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME -g_desktop_app_info_lookup_get_default_for_uri_scheme GDesktopAppInfoClass G_TYPE_DESKTOP_APP_INFO @@ -1399,14 +1396,8 @@ G_DESKTOP_APP_INFO_CLASS G_IS_DESKTOP_APP_INFO G_IS_DESKTOP_APP_INFO_CLASS G_DESKTOP_APP_INFO_GET_CLASS -GDesktopAppInfoLookupIface -G_DESKTOP_APP_INFO_LOOKUP -G_TYPE_DESKTOP_APP_INFO_LOOKUP -G_DESKTOP_APP_INFO_LOOKUP_GET_IFACE -G_IS_DESKTOP_APP_INFO_LOOKUP g_desktop_app_info_get_type -g_desktop_app_info_lookup_get_type
@@ -2717,7 +2708,6 @@ g_application_command_line_get_platform_data g_application_command_line_set_exit_status g_application_command_line_get_exit_status -g_application_command_line_output g_application_command_line_print g_application_command_line_printerr @@ -2766,7 +2756,7 @@ g_action_group_get_type GActionGroupPrivate G_TYPE_ACTION_GROUP G_IS_ACTION_GROUP -G_ACTION_GROUP_GET_INTERFACE +G_ACTION_GROUP_GET_IFACE G_ACTION_GROUP
@@ -2793,7 +2783,7 @@ g_action_activate g_action_get_type G_TYPE_ACTION G_IS_ACTION -G_ACTION_GET_INTERFACE +G_ACTION_GET_IFACE G_ACTION diff --git a/gio/gapplication.h b/gio/gapplication.h index 8a28e93..da9a265 100644 --- a/gio/gapplication.h +++ b/gio/gapplication.h @@ -152,7 +152,7 @@ void g_application_release (GApplic void g_application_activate (GApplication *application); void g_application_open (GApplication *application, - GFile **file, + GFile **files, gint n_files, const gchar *hint); diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c index 7743d56..3d4860e 100644 --- a/gio/gdatainputstream.c +++ b/gio/gdatainputstream.c @@ -1329,6 +1329,8 @@ g_data_input_stream_read_upto (GDataInputStream *stream, * @stop_chars: characters to terminate the read * @stop_chars_len: length of @stop_chars. May be -1 if @stop_chars is * nul-terminated + * @io_priority: the I/O priority + * of the request. * @cancellable: optional #GCancellable object, %NULL to ignore * @callback: callback to call when the request is satisfied * @user_data: the data to pass to callback function