~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to src/baconvideowidget-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier, Sebastien Bacher, Loic Minier
  • Date: 2007-03-08 14:51:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308145155-cnu1r0s1z4ffcxza
Tags: 2.16.5-3
[ Sebastien Bacher ]
* debian/patches/30_dlopen_noremove_dbus_glib.dpatch:
  - fix "crash because NPPVpluginKeepLibraryInMemory is broken in gecko",
    patch from Alexander Sack (GNOME bug #415389)

[ Loic Minier ]
* Urgency medium.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef __baconvideowidget_marshal_MARSHAL_H__
3
 
#define __baconvideowidget_marshal_MARSHAL_H__
4
 
 
5
 
#include        <glib-object.h>
6
 
 
7
 
G_BEGIN_DECLS
8
 
 
9
 
/* VOID:INT64,INT64,FLOAT,BOOLEAN (./baconvideowidget-marshal.list:1) */
10
 
extern void baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN (GClosure     *closure,
11
 
                                                                      GValue       *return_value,
12
 
                                                                      guint         n_param_values,
13
 
                                                                      const GValue *param_values,
14
 
                                                                      gpointer      invocation_hint,
15
 
                                                                      gpointer      marshal_data);
16
 
 
17
 
/* VOID:STRING,BOOLEAN,BOOLEAN (./baconvideowidget-marshal.list:2) */
18
 
extern void baconvideowidget_marshal_VOID__STRING_BOOLEAN_BOOLEAN (GClosure     *closure,
19
 
                                                                   GValue       *return_value,
20
 
                                                                   guint         n_param_values,
21
 
                                                                   const GValue *param_values,
22
 
                                                                   gpointer      invocation_hint,
23
 
                                                                   gpointer      marshal_data);
24
 
 
25
 
G_END_DECLS
26
 
 
27
 
#endif /* __baconvideowidget_marshal_MARSHAL_H__ */
28