diff libpurple/blist.h @ 16768:52342adf4303

Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 02 May 2007 03:22:11 +0000
parents 516f14bef90e
children 79c1f60ece2e
line wrap: on
line diff
--- a/libpurple/blist.h	Wed May 02 00:56:11 2007 +0000
+++ b/libpurple/blist.h	Wed May 02 03:22:11 2007 +0000
@@ -686,6 +686,15 @@
 gboolean purple_group_on_account(PurpleGroup *g, PurpleAccount *account);
 
 /**
+ * Returns the name of a group.
+ *
+ * @param group The group.
+ *
+ * @return The name of the group.
+ */
+const char *purple_group_get_name(PurpleGroup *group);
+
+/**
  * Called when an account gets signed on.  Tells the UI to update all the
  * buddies.
  *