~ubuntu-branches/ubuntu/saucy/libfm/saucy-proposed

« back to all changes in this revision

Viewing changes to src/gtk/fm-gtk-marshal.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-08-11 01:41:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811014100-4botukzcuaask6p9
Tags: 0.1.16-0ubuntu1
* New upstream release.
 - Fix cut & paste on devices without write permission (LP: #820865)
* debian/patches:
 - 03_disable_deprecated_gio_module.patch: Refresh.
 - 04_recreate_doc_Makefile.patch: Recreate missing Makefile.am, and adding gtk-doc.make.
 - 04_fix_docs_linker.patch: Refresh.
* debian/control:
 - Bump package name with soname bump.
 - Create new libfm-data and libgtk-data packages for non library files.
 - Add Conflics & Replaces between *-data and lib*0 packages.
 - Add necessary depends on libfm1 and libfm-gtk1.
* debian/*.install
 - Bump soname package name.
 - Move non library files to data binary.
 - Don't install documentation, not currently build.
* debian/*.symbols
 - Rename to follow soname bump.
 - Remove old missing symbols.
 - Update with new symbols.
* debian/rules:
 - Bump soname of the dbg package.
 - Install apport hook in libfm-data binary.
 - Don't build documentation, currently broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef __fm_marshal_MARSHAL_H__
 
3
#define __fm_marshal_MARSHAL_H__
 
4
 
 
5
#include        <glib-object.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
/* BOOL:INT,INT,UINT,UINT,POINTER (gtk/fm-gtk-marshal.list:1) */
 
10
extern void fm_marshal_BOOLEAN__INT_INT_UINT_UINT_POINTER (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
#define fm_marshal_BOOL__INT_INT_UINT_UINT_POINTER      fm_marshal_BOOLEAN__INT_INT_UINT_UINT_POINTER
 
17
 
 
18
G_END_DECLS
 
19
 
 
20
#endif /* __fm_marshal_MARSHAL_H__ */
 
21