X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkrecentchoosermenu.h;h=0ce04f1049a9dc10f144379cf56f8bdc1af8ffcd;hb=6767541ead7cc150d1dd066d3b84d85559500c28;hp=c30547a7861166ec42ae3a1173edbe9c09b6a2ec;hpb=77d4d3cdae0739c0a5643fb23891f8790f05c074;p=~andy%2Fgtk diff --git a/gtk/gtkrecentchoosermenu.h b/gtk/gtkrecentchoosermenu.h index c30547a78..0ce04f104 100644 --- a/gtk/gtkrecentchoosermenu.h +++ b/gtk/gtkrecentchoosermenu.h @@ -13,18 +13,16 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ +#ifndef __GTK_RECENT_CHOOSER_MENU_H__ +#define __GTK_RECENT_CHOOSER_MENU_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_RECENT_CHOOSER_MENU_H__ -#define __GTK_RECENT_CHOOSER_MENU_H__ - #include #include @@ -43,10 +41,10 @@ typedef struct _GtkRecentChooserMenuPrivate GtkRecentChooserMenuPrivate; struct _GtkRecentChooserMenu { - /*< private >*/ GtkMenu parent_instance; - GtkRecentChooserMenuPrivate *GSEAL (priv); + /*< private >*/ + GtkRecentChooserMenuPrivate *priv; }; struct _GtkRecentChooserMenuClass