pidgin/gtkprefs.c

branch
soc.2013.gobjectification.plugins
changeset 36577
0f30fdfb84be
parent 36543
a8c3fecee2d3
parent 34892
65e25c679ca5
child 36701
5acd461707ae
equal deleted inserted replaced
36576:469f275425e4 36577:0f30fdfb84be
3459 GstElement *element; 3459 GstElement *element;
3460 GObjectClass *klass; 3460 GObjectClass *klass;
3461 #if !GST_CHECK_VERSION(1,0,0) 3461 #if !GST_CHECK_VERSION(1,0,0)
3462 GstPropertyProbe *probe; 3462 GstPropertyProbe *probe;
3463 const GParamSpec *pspec; 3463 const GParamSpec *pspec;
3464 gint i; 3464 guint i;
3465 GValueArray *array; 3465 GValueArray *array;
3466 enum { 3466 enum {
3467 PROBE_NONE, 3467 PROBE_NONE,
3468 PROBE_DEVICE, 3468 PROBE_DEVICE,
3469 PROBE_NAME 3469 PROBE_NAME

mercurial