libpurple/blistnode.h

changeset 42391
090b03385984
parent 42387
d9350cda1556
child 42397
dc6563055e80
--- a/libpurple/blistnode.h	Tue Oct 24 01:23:22 2023 -0500
+++ b/libpurple/blistnode.h	Tue Oct 24 02:02:49 2023 -0500
@@ -155,7 +155,10 @@
  * Returns a node's settings
  *
  * Returns: (transfer none): The hash table with the node's settings.
+ *
+ * Since: 3.0.0
  */
+PURPLE_AVAILABLE_IN_3_0
 GHashTable *purple_blist_node_get_settings(PurpleBlistNode *node);
 
 /**
@@ -166,7 +169,10 @@
  * Checks whether a named setting exists for a node in the buddy list
  *
  * Returns: TRUE if a value exists, or FALSE if there is no setting
+ *
+ * Since: 3.0.0
  */
+PURPLE_AVAILABLE_IN_3_0
 gboolean purple_blist_node_has_setting(PurpleBlistNode *node, const char *key);
 
 /**

mercurial