X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgfileiostream.c;h=87c424a8cc4b41d563bc40bab43be9a842cd34ed;hb=8df2cca08a5c06286303b39a34121c7e6925bf15;hp=44871a1e129142b59fc5845b9768a90c327850a0;hpb=32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gfileiostream.c b/gio/gfileiostream.c index 44871a1..87c424a 100644 --- a/gio/gfileiostream.c +++ b/gio/gfileiostream.c @@ -13,9 +13,7 @@ * 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. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -107,7 +105,7 @@ g_file_io_stream_seekable_iface_init (GSeekableIface *iface) static void g_file_io_stream_init (GFileIOStream *stream) { - stream->priv = g_file_io_stream_get_private (stream); + stream->priv = g_file_io_stream_get_instance_private (stream); } /** @@ -193,8 +191,7 @@ async_ready_callback_wrapper (GObject *source_object, * g_file_io_stream_query_info_async: * @stream: a #GFileIOStream. * @attributes: a file attribute query string. - * @io_priority: the I/O priority - * of the request. + * @io_priority: the [I/O priority][gio-GIOScheduler] of the request * @cancellable: (allow-none): optional #GCancellable object, %NULL to ignore. * @callback: (scope async): callback to call when the request is satisfied * @user_data: (closure): the data to pass to callback function