dbus.h | dbus.h | |||
---|---|---|---|---|
skipping to change at line 129 | skipping to change at line 129 | |||
gboolean *valid); | gboolean *valid); | |||
void tp_asv_set_uint64 (GHashTable *asv, const gchar *key, guint64 value); | void tp_asv_set_uint64 (GHashTable *asv, const gchar *key, guint64 value); | |||
const GValue *tp_asv_lookup (const GHashTable *asv, const gchar *key); | const GValue *tp_asv_lookup (const GHashTable *asv, const gchar *key); | |||
const gchar * const * | const gchar * const * | |||
/* this comment stops gtkdoc denying that this function exists */ | /* this comment stops gtkdoc denying that this function exists */ | |||
tp_asv_get_strv (const GHashTable *asv, const gchar *key); | tp_asv_get_strv (const GHashTable *asv, const gchar *key); | |||
void tp_asv_set_strv (GHashTable *asv, const gchar *key, gchar **value); | void tp_asv_set_strv (GHashTable *asv, const gchar *key, gchar **value); | |||
void tp_asv_dump (GHashTable *asv); | void tp_asv_dump (GHashTable *asv); | |||
/* planned for deprecation (fd.o #24114) but not dead yet */ | ||||
DBusGConnection * tp_get_bus (void); | ||||
#ifndef TP_DISABLE_DEPRECATED | #ifndef TP_DISABLE_DEPRECATED | |||
DBusGConnection * tp_get_bus (void) _TP_GNUC_DEPRECATED; | ||||
DBusGProxy * tp_get_bus_proxy (void) _TP_GNUC_DEPRECATED; | DBusGProxy * tp_get_bus_proxy (void) _TP_GNUC_DEPRECATED; | |||
#endif | #endif | |||
G_END_DECLS | G_END_DECLS | |||
#undef __TP_IN_DBUS_H__ | #undef __TP_IN_DBUS_H__ | |||
#endif /* __TELEPATHY_DBUS_H__ */ | #endif /* __TELEPATHY_DBUS_H__ */ | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added | |||