~ubuntu-branches/ubuntu/natty/eog/natty

« back to all changes in this revision

Viewing changes to src/eog-python-module.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-22 22:40:44 UTC
  • mfrom: (1.14.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100622224044-dwxx7h6hl0n0b0lk
Tags: 2.30.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef __EOG_PYTHON_MODULE_H__
26
26
#define __EOG_PYTHON_MODULE_H__
27
27
 
28
 
#include <Python.h>
29
28
#include <glib-object.h>
30
29
 
31
30
G_BEGIN_DECLS