summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2008-03-17 17:29:55 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-03-17 17:29:55 +0000
commite1092e9a60c6ff1faa8cf0e89f3d39ee334e17cd (patch)
tree304b8cda58a9dc2f8ea653cbef711d4370b5aa60 /gtk/gtk.h
parent519ba608ee8d8f954e2421254b6c7272750e2d6e (diff)
downloadgtk+-e1092e9a60c6ff1faa8cf0e89f3d39ee334e17cd.tar.gz
Implement GtkMountOperation, a subclass of GMountOperation to be used with
2008-03-17 Christian Kellner <gicmo@gnome.org> Implement GtkMountOperation, a subclass of GMountOperation to be used with gio wherever there is the need to ask the user for credentials or questions while mounting a volume. This is bug #522245 * gtk/gtkmountoperation.c: * gtk/gtkmountoperation.h: Implement GtkMountOperation. * gtk/gtk.h: Add gtkmountoperation.h * gtk/Makefile.am: Add gtkmountoperation.[hc] * gtk/gtk.symbols: Add symbols of GtkMountOperation. * tests/testmountoperation.c: Test program for it. * tests/Makefile.am: Add testmountoperation. svn path=/trunk/; revision=19894
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 8465371b39..c242133d28 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -119,6 +119,7 @@
#include <gtk/gtkmessagedialog.h>
#include <gtk/gtkmisc.h>
#include <gtk/gtkmodules.h>
+#include <gtk/gtkmountoperation.h>
#include <gtk/gtknotebook.h>
#include <gtk/gtkobject.h>
#include <gtk/gtkpaned.h>