src/signals.h

changeset 9713
bb37562302a1
parent 9554
1609ba3612c3
child 9734
58a18645cbd5
equal deleted inserted replaced
9712:bcb3939490fd 9713:bb37562302a1
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_SIGNAL_H_ 25 #ifndef _GAIM_SIGNALS_H_
26 #define _GAIM_SIGNAL_H_ 26 #define _GAIM_SIGNALS_H_
27 27
28 #include <glib.h> 28 #include <glib.h>
29 #include "value.h" 29 #include "value.h"
30 30
31 #define GAIM_CALLBACK(func) ((GaimCallback)func) 31 #define GAIM_CALLBACK(func) ((GaimCallback)func)
262 262
263 #ifdef __cplusplus 263 #ifdef __cplusplus
264 } 264 }
265 #endif 265 #endif
266 266
267 #endif /* _GAIM_SIGNAL_H_ */ 267 #endif /* _GAIM_SIGNALS_H_ */

mercurial