comparison finch/libgnt/gntbutton.h @ 20751:fe77cc691f78

Some doxygen stuff.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 02 Oct 2007 04:22:26 +0000
parents 44b4e8bd759b
children
comparison
equal deleted inserted replaced
20750:0ee0cad488b4 20751:fe77cc691f78
71 }; 71 };
72 72
73 G_BEGIN_DECLS 73 G_BEGIN_DECLS
74 74
75 /** 75 /**
76 * 76 * @return GType for Gntbutton
77 *
78 * @return
79 */ 77 */
80 GType gnt_button_get_gtype(void); 78 GType gnt_button_get_gtype(void);
81 79
82 /** 80 /**
83 * 81 * Create a new button.
84 * @param text
85 * 82 *
86 * @return 83 * @param text The text for the button.
84 *
85 * @return The newly created button.
87 */ 86 */
88 GntWidget * gnt_button_new(const char *text); 87 GntWidget * gnt_button_new(const char *text);
89 88
90 G_END_DECLS 89 G_END_DECLS
91 90