~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to bonobo/bonobo-item-container.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define BONOBO_IS_ITEM_CONTAINER(o)       (G_TYPE_CHECK_INSTANCE_TYPE ((o), BONOBO_TYPE_ITEM_CONTAINER))
25
25
#define BONOBO_IS_ITEM_CONTAINER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), BONOBO_TYPE_ITEM_CONTAINER))
26
26
 
27
 
typedef GList BonoboClientSiteList;
28
27
 
29
28
typedef struct _BonoboItemContainerPrivate BonoboItemContainerPrivate;
 
29
typedef struct _BonoboItemContainer        BonoboItemContainer;
30
30
 
31
 
typedef struct {
 
31
struct _BonoboItemContainer {
32
32
        BonoboObject base;
33
33
 
34
34
        BonoboItemContainerPrivate *priv;
35
 
} BonoboItemContainer;
 
35
};
36
36
 
37
37
typedef struct {
38
38
        BonoboObjectClass parent_class;