summaryrefslogtreecommitdiff
path: root/telepathy-glib/presence-mixin.h
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2007-06-01 13:43:17 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2007-06-01 13:43:17 +0000
commitda3e37335bc077988b5f9981d30413562d230203 (patch)
tree07c8750c99051ad0706b08aba77395863f82ae70 /telepathy-glib/presence-mixin.h
parent77c4804af7a6310287da8f6e113940e8661b0899 (diff)
downloadtelepathy-glib-da3e37335bc077988b5f9981d30413562d230203.tar.gz
Dispose of the g_hash_table_{ref,unref} gash and do deep copies of hash tables instead
20070601134317-9db4d-734440dc61646fcfb45a607046cba05ff62b890b.gz
Diffstat (limited to 'telepathy-glib/presence-mixin.h')
-rw-r--r--telepathy-glib/presence-mixin.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/telepathy-glib/presence-mixin.h b/telepathy-glib/presence-mixin.h
index d94ce945e..e9ff9dcaf 100644
--- a/telepathy-glib/presence-mixin.h
+++ b/telepathy-glib/presence-mixin.h
@@ -28,14 +28,6 @@
G_BEGIN_DECLS
-#if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 10))
-#define g_hash_table_ref tp_gash_table_ref
-#define g_hash_table_unref tp_gash_table_unref
-
-void tp_gash_table_ref(GHashTable *hash_table);
-void tp_gash_table_unref(GHashTable *hash_table);
-#endif
-
typedef struct _TpPresenceStatusOptionalArgumentSpec
TpPresenceStatusOptionalArgumentSpec;
typedef struct _TpPresenceStatusSpec TpPresenceStatusSpec;
@@ -94,7 +86,7 @@ typedef struct _TpPresenceStatus TpPresenceStatus;
* @index: Index of the presence status in the provided supported presence
* statuses array
* @optional_arguments: A mapping of string identifiers to GValues of the
- * optional status arguments
+ * optional status arguments, if any
*
* Structure representing a presence status.
*