finch/gntmenuutil.h

changeset 39885
b1b266896ec1
parent 39481
4db28449567d
child 39887
9c8f874c74a0
equal deleted inserted replaced
39884:f0ccb5e8dd40 39885:b1b266896ec1
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */ 20 */
21 21
22 #ifndef _GNT_MENUUTIL_H 22 #ifndef FINCH_MENUUTIL_H
23 #define _GNT_MENUUTIL_H 23 #define FINCH_MENUUTIL_H
24
24 /** 25 /**
25 * SECTION:gntmenuutil 26 * SECTION:gntmenuutil
26 * @section_id: finch-gntmenuutil 27 * @section_id: finch-gntmenuutil
27 * @short_description: <filename>gntmenuutil.h</filename> 28 * @short_description: <filename>gntmenuutil.h</filename>
28 * @title: Menu Utility functions 29 * @title: Menu Utility functions
46 * 47 *
47 * Add a PurpleActionMenu to a GntMenu. 48 * Add a PurpleActionMenu to a GntMenu.
48 */ 49 */
49 void finch_append_menu_action(GntMenu *menu, PurpleActionMenu *action, gpointer ctx); 50 void finch_append_menu_action(GntMenu *menu, PurpleActionMenu *action, gpointer ctx);
50 51
51 #endif 52 #endif /* FINCH_MENUUTIL_H */
53

mercurial