finch/libgnt/gntbutton.h

branch
soc.2013.gobjectification.plugins
changeset 37017
8e2b68c79fa1
parent 20198
90ae53934c28
child 35408
5f7ccec14f33
child 37023
d9bcdc9a91e6
equal deleted inserted replaced
37016:48f85579cc4c 37017:8e2b68c79fa1
71 }; 71 };
72 72
73 G_BEGIN_DECLS 73 G_BEGIN_DECLS
74 74
75 /** 75 /**
76 * @return GType for Gntbutton 76 * Returns: GType for Gntbutton
77 */ 77 */
78 GType gnt_button_get_gtype(void); 78 GType gnt_button_get_gtype(void);
79 79
80 /** 80 /**
81 * Create a new button. 81 * Create a new button.
82 * 82 *
83 * @param text The text for the button. 83 * @text: The text for the button.
84 * 84 *
85 * @return The newly created button. 85 * Returns: The newly created button.
86 */ 86 */
87 GntWidget * gnt_button_new(const char *text); 87 GntWidget * gnt_button_new(const char *text);
88 88
89 G_END_DECLS 89 G_END_DECLS
90 90

mercurial