glibmm r534 - trunk/gio/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r534 - trunk/gio/src
- Date: Mon, 21 Jan 2008 12:59:35 +0000 (GMT)
Author: murrayc
Date: Mon Jan 21 12:59:34 2008
New Revision: 534
URL: http://svn.gnome.org/viewvc/glibmm?rev=534&view=rev
Log:
Removed some unnecessary TODOs
Modified:
trunk/gio/src/fileoutputstream.hg
trunk/gio/src/outputstream.hg
Modified: trunk/gio/src/fileoutputstream.hg
==============================================================================
--- trunk/gio/src/fileoutputstream.hg (original)
+++ trunk/gio/src/fileoutputstream.hg Mon Jan 21 12:59:34 2008
@@ -145,8 +145,6 @@
void query_info_async(const SlotAsyncReady& slot, const std::string& attributes = "*", int io_priority = G_PRIORITY_DEFAULT);
_IGNORE(g_file_input_stream_query_info_async)
- //TODO: cancellable can probably be NULL.
-
_WRAP_METHOD(Glib::RefPtr<FileInfo> query_info_finish(const Glib::RefPtr<AsyncResult>& result),
g_file_output_stream_query_info_finish,
refreturn, errthrow)
Modified: trunk/gio/src/outputstream.hg
==============================================================================
--- trunk/gio/src/outputstream.hg (original)
+++ trunk/gio/src/outputstream.hg Mon Jan 21 12:59:34 2008
@@ -452,7 +452,7 @@
// These are private inside the module (for implementations)
_IGNORE(g_output_stream_has_pending, g_output_stream_is_closed, g_output_stream_set_pending, g_output_stream_clear_pending)
- //TODO: vfuncs and overloads without Cancellable
+ //TODO: vfuncs.
};
} // namespace Gio
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]