console/libgnt/gntmarshal.h

Sun, 09 Jul 2006 04:44:58 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sun, 09 Jul 2006 04:44:58 +0000
changeset 14001
11d92cc7db68
parent 13997
546ca912cb25
child 14405
4398121ce889
permissions
-rw-r--r--

[gaim-migrate @ 16470]
Add an alignment option in a GntBox to align the widgets in it.

#include "gntwidget.h"

void gnt_closure_marshal_BOOLEAN__STRING(GClosure *closure,
										GValue *ret_value,
										guint n_param_values,
										const GValue *param_values,
										gpointer invocation_hint,
										gpointer marshal_data);

void gnt_closure_marshal_VOID__INT_INT_INT_INT(GClosure *closure,
										GValue *ret_value,
										guint n_param_values,
										const GValue *param_values,
										gpointer invocation_hint,
										gpointer marshal_data);

void gnt_closure_marshal_VOID__INT_INT(GClosure *closure,
										GValue *ret_value,
										guint n_param_values,
										const GValue *param_values,
										gpointer invocation_hint,
										gpointer marshal_data);

void gnt_closure_marshal_VOID__POINTER_POINTER(GClosure *closure,
										GValue *ret_value,
										guint n_param_values,
										const GValue *param_values,
										gpointer invocation_hint,
										gpointer marshal_data);

void gnt_closure_marshal_BOOLEAN__INT_INT(GClosure *closure,
										GValue *ret_value,
										guint n_param_values,
										const GValue *param_values,
										gpointer invocation_hint,
										gpointer marshal_data);

mercurial