main part for GtkArgSetFunc/GtkArgGetFunc implementation.

-timj
This commit is contained in:
Tim Janik
1998-01-16 00:49:51 +00:00
parent 18681dc653
commit dd77b5db5a
76 changed files with 380 additions and 213 deletions

View File

@ -186,7 +186,8 @@ void gtk_object_setv (GtkObject *obj,
GtkArg *args);
void gtk_object_add_arg_type (const char *arg_name,
GtkType arg_type);
GtkType arg_type,
guint arg_id);
GtkType gtk_object_get_arg_type (const char *arg_name);