~ubuntu-branches/ubuntu/jaunty/geany/jaunty

« back to all changes in this revision

Viewing changes to src/geanyobject.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2008-05-09 20:40:06 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080509204006-9fu737rfvapfj7pn
Tags: 0.14-1ubuntu1
* Merge from debian unstable, remaining changes:
  - patches/20_add_debdiff_as_diff_type.dpatch:
    Also recognize .dpatch files as diff's
  - debian/geany.xpm:
    Replace icon with a .xpm of the new one
  - Modify Maintainer value to match the DebianMaintainerField
    specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
20
 *      MA 02110-1301, USA.
21
21
 *
22
 
 * $Id: geanyobject.h 2150 2008-01-06 18:11:57Z eht16 $
 
22
 * $Id: geanyobject.h 2267 2008-02-20 11:24:23Z eht16 $
23
23
 */
24
24
 
25
25
 
76
76
        void (*document_activate)(gint idx);
77
77
        void (*project_open)(GKeyFile *keyfile);
78
78
        void (*project_save)(GKeyFile *keyfile);
79
 
        void (*project_close)();
 
79
        void (*project_close)(void);
80
80
};
81
81
 
82
82
GType           geany_object_get_type   (void);