~mitya57/ubuntu/precise/nautilus/desktop-window-fixes

« back to all changes in this revision

Viewing changes to eel/eel-gtk-macros.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-09-23 20:11:11 UTC
  • mto: (1.2.5 upstream) (2.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: james.westby@ubuntu.com-20090923201111-r4e2b6x5biik0ldh
Tags: upstream-2.28.0
ImportĀ upstreamĀ versionĀ 2.28.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                                                                              \
50
50
static gpointer parent_class;                                                 \
51
51
                                                                              \
52
 
GtkType                                                                       \
 
52
GType                                                                         \
53
53
prefix##_get_type (void)                                                      \
54
54
{                                                                             \
55
 
        GtkType parent_type;                                                  \
56
 
        static GtkType type;                                                  \
 
55
        GType parent_type;                                                    \
 
56
        static GType type;                                                    \
57
57
                                                                              \
58
58
        if (type == 0) {                                                      \
59
59
                static GTypeInfo info = {                                     \