~ubuntu-branches/debian/jessie/gnome-shell/jessie

« back to all changes in this revision

Viewing changes to src/shell-stack.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-30 13:19:38 UTC
  • mfrom: (18.1.24 experimental)
  • Revision ID: package-import@ubuntu.com-20120530131938-i3trc1g1p3is2u6x
Tags: 3.4.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
struct _ShellStack
21
21
{
22
 
    StContainer parent;
 
22
    StWidget parent;
23
23
 
24
24
    ShellStackPrivate *priv;
25
25
};
26
26
 
27
27
struct _ShellStackClass
28
28
{
29
 
    StContainerClass parent_class;
 
29
    StWidgetClass parent_class;
30
30
};
31
31
 
32
32
GType shell_stack_get_type (void) G_GNUC_CONST;