~ubuntu-branches/ubuntu/oneiric/libpeas/oneiric

« back to all changes in this revision

Viewing changes to libpeas/peas-extension.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Oliver Sauder
  • Date: 2011-09-05 08:41:48 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110905084148-u4qhltt1ipo2frj9
Tags: 1.1.3-0ubuntu1
[ Martin Pitt ]
* New upstream release:
  - Link against pygobject 3. (LP: #839712)
  - Do not cast pointers to unsigned integers.
* Drop debian/patches/gint_is_not_gtype, upstream now.
* debian/control.in: Bump python-gobject-dev build dependency to >= 2.90 as
  per upstream configure.ac.
* debian/control.in: Move valac-0.12 to valac to use 0.14.

[ Oliver Sauder ]
* Added peas-gtk vapi file libpeas-gtk-1.0.vapi (LP: #825834) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 *  You should have received a copy of the GNU Library General Public License
18
18
 *  along with this program; if not, write to the Free Software
19
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
19
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 */
21
21
 
22
22
#ifndef __PEAS_EXTENSION_H__
34
34
#define PEAS_EXTENSION(obj)            (G_OBJECT(obj))
35
35
#define PEAS_IS_EXTENSION(obj)         (G_IS_OBJECT(obj))
36
36
 
 
37
/**
 
38
 * PeasExtension:
 
39
 *
 
40
 * A proxy class to access the actual plugin.
 
41
 */
37
42
typedef GObject PeasExtension;
38
43
 
39
44
/*
40
 
 * Public methods
 
45
 * All the public methods of PeasExtension are deprecated and should not be
 
46
 * used. Due to gi-scanner's touchiness, we also hide these legacy API from 
 
47
 * GI to avoid hairy issues.
41
48
 */
42
 
#ifndef PEAS_DISABLE_DEPRECATED
 
49
#if !defined(PEAS_DISABLE_DEPRECATED) && !defined(__GI_SCANNER__)
43
50
GType        peas_extension_get_type        (void)  G_GNUC_CONST;
44
51
 
45
52
GType        peas_extension_get_extension_type