diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-20 18:17:32 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-05-05 15:38:47 -0400 |
commit | 20c8c8b91cf2719249a729492ec84b7282dc03fb (patch) | |
tree | d53cf50689bceedbea093895d0e51a7c204cef76 /gtk/gtkmountoperation.h | |
parent | 8470eb84c080718120b5daf130db744bf6ec220b (diff) | |
download | gtk+-20c8c8b91cf2719249a729492ec84b7282dc03fb.tar.gz |
Add annotations to gtk headers
Add annotations to all exported functions in GTK+ headers.
Diffstat (limited to 'gtk/gtkmountoperation.h')
-rw-r--r-- | gtk/gtkmountoperation.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkmountoperation.h b/gtk/gtkmountoperation.h index cff736e188..7648300fe5 100644 --- a/gtk/gtkmountoperation.h +++ b/gtk/gtkmountoperation.h @@ -66,14 +66,21 @@ struct _GtkMountOperationClass }; +GDK_AVAILABLE_IN_ALL GType gtk_mount_operation_get_type (void); +GDK_AVAILABLE_IN_ALL GMountOperation *gtk_mount_operation_new (GtkWindow *parent); +GDK_AVAILABLE_IN_ALL gboolean gtk_mount_operation_is_showing (GtkMountOperation *op); +GDK_AVAILABLE_IN_ALL void gtk_mount_operation_set_parent (GtkMountOperation *op, GtkWindow *parent); +GDK_AVAILABLE_IN_ALL GtkWindow * gtk_mount_operation_get_parent (GtkMountOperation *op); +GDK_AVAILABLE_IN_ALL void gtk_mount_operation_set_screen (GtkMountOperation *op, GdkScreen *screen); +GDK_AVAILABLE_IN_ALL GdkScreen *gtk_mount_operation_get_screen (GtkMountOperation *op); G_END_DECLS |