Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
21251:0110eb27b8b1 | 21252:d275275a011c |
---|---|
106 * @param item The item to add to the menu. | 106 * @param item The item to add to the menu. |
107 */ | 107 */ |
108 void gnt_menu_add_item(GntMenu *menu, GntMenuItem *item); | 108 void gnt_menu_add_item(GntMenu *menu, GntMenuItem *item); |
109 | 109 |
110 /** | 110 /** |
111 * Get the GntMenuItem with the given ID. | 111 * Activate and return the GntMenuItem with the given ID. |
112 * | 112 * |
113 * @param menu The menu. | 113 * @param menu The menu. |
114 * @param id The ID for an item. | 114 * @param id The ID for an item. |
115 * | 115 * |
116 * @return The menuitem with the given ID, or @c NULL. | 116 * @return The menuitem with the given ID, or @c NULL. |
117 * | |
118 * @since 2.3.0 | |
117 */ | 119 */ |
118 GntMenuItem *gnt_menu_get_item(GntMenu *menu, const char *id); | 120 GntMenuItem *gnt_menu_get_item(GntMenu *menu, const char *id); |
119 | 121 |
120 G_END_DECLS | 122 G_END_DECLS |
121 | 123 |