Mercurial > pidgin
comparison finch/libgnt/gnt.h @ 19133:c6282dc3fb9f
propagate from branch 'im.pidgin.pidgin' (head 6521407fd5a6d9175e6532a874a2735658c113e9)
to branch 'im.pidgin.soc.2007.finchfeat' (head 47dd316bb08a5320b3e606960fd08c7678429657)
author | Eric Polino <aluink@pidgin.im> |
---|---|
date | Thu, 05 Jul 2007 02:41:26 +0000 |
parents | b25cb0775be3 e16d097c5739 |
children | 9f7587b86b0d |
comparison
equal
deleted
inserted
replaced
19132:1b942e21ec1b | 19133:c6282dc3fb9f |
---|---|
110 void gnt_widget_set_urgent(GntWidget *widget); | 110 void gnt_widget_set_urgent(GntWidget *widget); |
111 | 111 |
112 /** | 112 /** |
113 * | 113 * |
114 * @param label | 114 * @param label |
115 * @param callback)() | 115 * @param callback |
116 */ | 116 */ |
117 void gnt_register_action(const char *label, void (*callback)()); | 117 void gnt_register_action(const char *label, void (*callback)()); |
118 | 118 |
119 /** | 119 /** |
120 * | 120 * |
146 /** | 146 /** |
147 * | 147 * |
148 * @param string | 148 * @param string |
149 */ | 149 */ |
150 void gnt_set_clipboard_string(gchar *string); | 150 void gnt_set_clipboard_string(gchar *string); |
151 | |
152 /** | |
153 * Spawn a different application that will consume the console. | |
154 */ | |
155 gboolean gnt_giveup_console(const char *wd, char **argv, char **envp, | |
156 gint *stin, gint *stout, gint *sterr); | |
157 | |
158 gboolean gnt_is_refugee(void); |