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/gtkprinteroptionwidget.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/gtkprinteroptionwidget.h')
-rw-r--r-- | gtk/gtkprinteroptionwidget.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkprinteroptionwidget.h b/gtk/gtkprinteroptionwidget.h index b688cf6330..30f77f40f9 100644 --- a/gtk/gtkprinteroptionwidget.h +++ b/gtk/gtkprinteroptionwidget.h @@ -54,13 +54,19 @@ struct _GtkPrinterOptionWidgetClass void (*_gtk_reserved4) (void); }; +GDK_AVAILABLE_IN_ALL GType gtk_printer_option_widget_get_type (void) G_GNUC_CONST; +GDK_AVAILABLE_IN_ALL GtkWidget *gtk_printer_option_widget_new (GtkPrinterOption *source); +GDK_AVAILABLE_IN_ALL void gtk_printer_option_widget_set_source (GtkPrinterOptionWidget *setting, GtkPrinterOption *source); +GDK_AVAILABLE_IN_ALL gboolean gtk_printer_option_widget_has_external_label (GtkPrinterOptionWidget *setting); +GDK_AVAILABLE_IN_ALL GtkWidget *gtk_printer_option_widget_get_external_label (GtkPrinterOptionWidget *setting); +GDK_AVAILABLE_IN_ALL const gchar *gtk_printer_option_widget_get_value (GtkPrinterOptionWidget *setting); G_END_DECLS |