~ubuntu-branches/ubuntu/intrepid/file-roller/intrepid

« back to all changes in this revision

Viewing changes to src/fr-marshal.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-27 16:50:46 UTC
  • mfrom: (1.2.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127165046-0bo745jt2o001apt
Tags: 2.20.2-1ubuntu1
* Sync with Debian
* debian/patches/02_lpi.patch:
  - launchpad integration
* debian/patches/03_autoconf.patch:
  - configure update
* debian/control.in:
  - Build-Depends on liblaunchpad-integration-dev
  - updated maintainer information

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#endif /* !G_ENABLE_DEBUG */
49
49
 
50
50
 
51
 
/* VOID:INT (fr-marshal.list:1) */
 
51
/* VOID:INT (/home/paolo/workspace/file-roller/src/fr-marshal.list:1) */
52
52
 
53
 
/* VOID:INT,POINTER (fr-marshal.list:2) */
 
53
/* VOID:INT,POINTER (/home/paolo/workspace/file-roller/src/fr-marshal.list:2) */
54
54
void
55
55
fr_marshal_VOID__INT_POINTER (GClosure     *closure,
56
56
                              GValue       *return_value,
87
87
            data2);
88
88
}
89
89
 
90
 
/* VOID:POINTER (fr-marshal.list:3) */
91
 
 
92
 
/* VOID:VOID (fr-marshal.list:4) */
93
 
 
94
 
/* VOID:DOUBLE (fr-marshal.list:5) */
95
 
 
96
 
/* VOID:STRING (fr-marshal.list:6) */
97
 
 
98
 
/* VOID:BOOL (fr-marshal.list:7) */
 
90
/* VOID:POINTER (/home/paolo/workspace/file-roller/src/fr-marshal.list:3) */
 
91
 
 
92
/* VOID:VOID (/home/paolo/workspace/file-roller/src/fr-marshal.list:4) */
 
93
 
 
94
/* VOID:DOUBLE (/home/paolo/workspace/file-roller/src/fr-marshal.list:5) */
 
95
 
 
96
/* VOID:STRING (/home/paolo/workspace/file-roller/src/fr-marshal.list:6) */
 
97
 
 
98
/* VOID:BOOL (/home/paolo/workspace/file-roller/src/fr-marshal.list:7) */
99
99