comparison finch/libgnt/gntmenu.h @ 21483:a4860971f861

Update the ChangeLog.API and change how gnt_menu_get_item works. On a different note, 'IM experience' is such a dirty phrase. PUKE!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 14 Nov 2007 00:09:06 +0000
parents 6de09629f091
children 44f53d3fc54f
comparison
equal deleted inserted replaced
21481:84489b5529a7 21483:a4860971f861
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 * Activate and return the GntMenuItem with the given ID. 111 * 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.