Bump gtk-doc dependency to 1.11 for nicer index-generation.

2008-11-21  Matthias Clasen <mclasen@redhat.com>

        * configure.in: Bump gtk-doc dependency to 1.11 for
        nicer index-generation.

2008-11-21  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtkmountoperation.[hc]: Declare structs in a way that
        gtk-doc understands.



svn path=/trunk/; revision=21794
This commit is contained in:
Matthias Clasen
2008-11-21 08:20:19 +00:00
committed by Matthias Clasen
parent ba471ea3b2
commit c428039493
4 changed files with 17 additions and 7 deletions

View File

@ -102,7 +102,7 @@ enum {
};
struct GtkMountOperationPrivate {
struct _GtkMountOperationPrivate {
GtkWindow *parent_window;
GtkDialog *dialog;
GdkScreen *screen;