mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
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:
parent
cd3595577b
commit
e23469d24f
3 changed files with 2283 additions and 6 deletions
1144
configure.ac
Normal file
1144
configure.ac
Normal file
File diff suppressed because it is too large
Load diff
1137
configure.in
Normal file
1137
configure.in
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue