diff finch/libgnt/gntmenu.h @ 21252:d275275a011c

Missing changelog entries and @since tags from 3f567df17490f68b4feb8cf26ad004a34eb7cc9a.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 16 Oct 2007 11:05:59 +0000
parents b65f1bff6412
children 6de09629f091
line wrap: on
line diff
--- a/finch/libgnt/gntmenu.h	Tue Oct 16 11:04:09 2007 +0000
+++ b/finch/libgnt/gntmenu.h	Tue Oct 16 11:05:59 2007 +0000
@@ -108,12 +108,14 @@
 void gnt_menu_add_item(GntMenu *menu, GntMenuItem *item);
 
 /**
- * Get the GntMenuItem with the given ID.
+ * Activate and return the GntMenuItem with the given ID.
  *
  * @param menu   The menu.
  * @param id     The ID for an item.
  *
  * @return  The menuitem with the given ID, or @c NULL.
+ *
+ * @since 2.3.0
  */
 GntMenuItem *gnt_menu_get_item(GntMenu *menu, const char *id);