summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <robert.mcqueen@collabora.co.uk>2005-12-05 17:32:58 +0000
committer <robert.mcqueen@collabora.co.uk>2005-12-05 17:32:58 +0000
commit29305c907d4e40e175296189434bad116061024a (patch)
treee830c6b8d2e4d3239144a13fecfa650f7353e96b
parent13d9ae8a5da6e721151a4b18841f82ab53342401 (diff)
space
-rw-r--r--src/gabble-connection-manager.c10
-rw-r--r--src/gabble-connection.c22
-rw-r--r--src/gabble-im-channel.c14
-rw-r--r--tools/gengobject.py2
4 files changed, 24 insertions, 24 deletions
diff --git a/src/gabble-connection-manager.c b/src/gabble-connection-manager.c
index 422a2a1e0..17ff69f79 100644
--- a/src/gabble-connection-manager.c
+++ b/src/gabble-connection-manager.c
@@ -97,7 +97,7 @@ gabble_connection_manager_finalize (GObject *object)
*
* Implements DBus method Connect
* on interface org.freedesktop.Telepathy.ConnectionManager
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -115,7 +115,7 @@ gboolean gabble_connection_manager_connect (GabbleConnectionManager *obj, const
*
* Implements DBus method GetParameterDefaults
* on interface org.freedesktop.Telepathy.ConnectionManager
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -133,7 +133,7 @@ gboolean gabble_connection_manager_get_parameter_defaults (GabbleConnectionManag
*
* Implements DBus method GetOptionalParameters
* on interface org.freedesktop.Telepathy.ConnectionManager
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -151,7 +151,7 @@ gboolean gabble_connection_manager_get_optional_parameters (GabbleConnectionMana
*
* Implements DBus method GetMandatoryParameters
* on interface org.freedesktop.Telepathy.ConnectionManager
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -169,7 +169,7 @@ gboolean gabble_connection_manager_get_mandatory_parameters (GabbleConnectionMan
*
* Implements DBus method ListProtocols
* on interface org.freedesktop.Telepathy.ConnectionManager
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
diff --git a/src/gabble-connection.c b/src/gabble-connection.c
index 436290e5b..18f25d6c6 100644
--- a/src/gabble-connection.c
+++ b/src/gabble-connection.c
@@ -107,7 +107,7 @@ gabble_connection_finalize (GObject *object)
*
* Implements DBus method Disconnect
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -125,7 +125,7 @@ gboolean gabble_connection_disconnect (GabbleConnection *obj, GError **error)
*
* Implements DBus method InspectHandle
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -143,7 +143,7 @@ gboolean gabble_connection_inspect_handle (GabbleConnection *obj, guint handle_t
*
* Implements DBus method ReleaseHandle
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -161,7 +161,7 @@ gboolean gabble_connection_release_handle (GabbleConnection *obj, guint handle_t
*
* Implements DBus method RequestChannel
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -179,7 +179,7 @@ gboolean gabble_connection_request_channel (GabbleConnection *obj, const gchar *
*
* Implements DBus method RequestHandle
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -197,7 +197,7 @@ gboolean gabble_connection_request_handle (GabbleConnection *obj, guint handle_t
*
* Implements DBus method GetProtocol
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -215,7 +215,7 @@ gboolean gabble_connection_get_protocol (GabbleConnection *obj, gchar ** ret, GE
*
* Implements DBus method GetStatus
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -233,7 +233,7 @@ gboolean gabble_connection_get_status (GabbleConnection *obj, guint* ret, GError
*
* Implements DBus method ListChannels
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -251,7 +251,7 @@ gboolean gabble_connection_list_channels (GabbleConnection *obj, gpointer* ret,
*
* Implements DBus method HoldHandle
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -269,7 +269,7 @@ gboolean gabble_connection_hold_handle (GabbleConnection *obj, guint handle_type
*
* Implements DBus method GetSelfHandle
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -287,7 +287,7 @@ gboolean gabble_connection_get_self_handle (GabbleConnection *obj, guint* ret, G
*
* Implements DBus method GetInterfaces
* on interface org.freedesktop.Telepathy.Connection
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
diff --git a/src/gabble-im-channel.c b/src/gabble-im-channel.c
index 07102560f..49341b9c5 100644
--- a/src/gabble-im-channel.c
+++ b/src/gabble-im-channel.c
@@ -117,7 +117,7 @@ gabble_im_channel_finalize (GObject *object)
*
* Implements DBus method ListPendingMessages
* on interface org.freedesktop.Telepathy.Channel.Type.Text
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -135,7 +135,7 @@ gboolean gabble_im_channel_list_pending_messages (GabbleIMChannel *obj, gpointer
*
* Implements DBus method AcknowledgePendingMessage
* on interface org.freedesktop.Telepathy.Channel.Type.Text
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -153,7 +153,7 @@ gboolean gabble_im_channel_acknowledge_pending_message (GabbleIMChannel *obj, gu
*
* Implements DBus method Send
* on interface org.freedesktop.Telepathy.Channel.Type.Text
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -171,7 +171,7 @@ gboolean gabble_im_channel_send (GabbleIMChannel *obj, guint type, const gchar *
*
* Implements DBus method GetHandle
* on interface org.freedesktop.Telepathy.Channel
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -189,7 +189,7 @@ gboolean gabble_im_channel_get_handle (GabbleIMChannel *obj, guint* ret, guint*
*
* Implements DBus method GetInterfaces
* on interface org.freedesktop.Telepathy.Channel
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -207,7 +207,7 @@ gboolean gabble_im_channel_get_interfaces (GabbleIMChannel *obj, gchar *** ret,
*
* Implements DBus method GetChannelType
* on interface org.freedesktop.Telepathy.Channel
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
@@ -225,7 +225,7 @@ gboolean gabble_im_channel_get_channel_type (GabbleIMChannel *obj, gchar ** ret,
*
* Implements DBus method Close
* on interface org.freedesktop.Telepathy.Channel
- *
+ *
* @error: Used to return a pointer to a GError detailing any error
* that occured, DBus will throw the error only if this
* function returns false.
diff --git a/tools/gengobject.py b/tools/gengobject.py
index 5d2d11551..4e31a031a 100644
--- a/tools/gengobject.py
+++ b/tools/gengobject.py
@@ -367,7 +367,7 @@ void
*
* Implements DBus method %(method)s
* on interface %(interface)s
- * """ % {'c_method_name':c_method_name, 'method':dbus_method_name, 'interface':interface})
+ *""" % {'c_method_name':c_method_name, 'method':dbus_method_name, 'interface':interface})
if async:
body.write(
"""