diff options
author | Christian Kellner <gicmo@gnome.org> | 2008-03-17 17:29:55 +0000 |
---|---|---|
committer | Christian Kellner <gicmo@src.gnome.org> | 2008-03-17 17:29:55 +0000 |
commit | e1092e9a60c6ff1faa8cf0e89f3d39ee334e17cd (patch) | |
tree | 304b8cda58a9dc2f8ea653cbef711d4370b5aa60 /gtk/gtk.h | |
parent | 519ba608ee8d8f954e2421254b6c7272750e2d6e (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |