summaryrefslogtreecommitdiff
path: root/gio/src/asyncinitable.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/asyncinitable.hg')
-rw-r--r--gio/src/asyncinitable.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/src/asyncinitable.hg b/gio/src/asyncinitable.hg
index d12fddfc..c1d8e793 100644
--- a/gio/src/asyncinitable.hg
+++ b/gio/src/asyncinitable.hg
@@ -46,7 +46,7 @@ class Cancellable;
* C applications you generally just call g_async_initable_new_async()
* directly, or indirectly via a foo_thing_new_async() wrapper. This will call
* g_async_initable_init_async() under the cover, calling back with NULL and a
- * set GError on failure.
+ * set GError on failure.
*/
class AsyncInitable : public Glib::Interface
{
@@ -109,7 +109,7 @@ protected:
/** @throw Glib::Errror.
*/
virtual bool init_finish_vfunc(const Glib::RefPtr<AsyncResult>& res);
-
+
protected:
#m4begin
_PUSH(SECTION_PCC_CLASS_INIT_VFUNCS)