changed indent and argnames to trigger gtk2gobject.sh

Original commit message from CVS:
changed indent and argnames to trigger gtk2gobject.sh
This commit is contained in:
Erik Walthinsen 2001-06-11 19:09:23 +00:00
parent cd3595577b
commit e23469d24f
3 changed files with 2283 additions and 6 deletions

1144
configure.ac Normal file

File diff suppressed because it is too large Load diff

1137
configure.in Normal file

File diff suppressed because it is too large Load diff

View file

@ -164,12 +164,8 @@ struct _GstElementClass {
void (*eos) (GstElement *element);
/* local pointers for get/set */
void (*set_arg) (GtkObject *object,
GtkArg *arg,
guint arg_id);
void (*get_arg) (GtkObject *object,
GtkArg *arg,
guint arg_id);
void (*set_arg) (GtkObject *object,GtkArg *arg,guint id);
void (*get_arg) (GtkObject *object,GtkArg *arg,guint id);
/* change the element state */
GstElementStateReturn (*change_state) (GstElement *element);