~dbusmenu-team/libdbusmenu/trunk.16.04

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/menuitem-proxy.h

  • Committer: Ted Gould
  • Date: 2010-10-12 21:26:33 UTC
  • mto: This revision was merged to the branch mainline in revision 167.
  • Revision ID: ted@gould.cx-20101012212633-y2myc1gexs4vjha2
Switching to using the pointer in the instance

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        DbusmenuMenuitem parent;
77
77
 
78
78
        /*< Private >*/
79
 
        DbusmenuMenuitemPrivate * priv;
 
79
        DbusmenuMenuitemProxyPrivate * priv;
80
80
};
81
81
 
82
82
GType dbusmenu_menuitem_proxy_get_type (void);