summaryrefslogtreecommitdiff
path: root/gtk/gtklinkbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtklinkbutton.h')
-rw-r--r--gtk/gtklinkbutton.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtklinkbutton.h b/gtk/gtklinkbutton.h
index 71e8707985..bf7710ddd8 100644
--- a/gtk/gtklinkbutton.h
+++ b/gtk/gtklinkbutton.h
@@ -80,17 +80,24 @@ struct _GtkLinkButtonClass
void (*_gtk_padding4) (void);
};
+GDK_AVAILABLE_IN_ALL
GType gtk_link_button_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_link_button_new (const gchar *uri);
+GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_link_button_new_with_label (const gchar *uri,
const gchar *label);
+GDK_AVAILABLE_IN_ALL
const gchar * gtk_link_button_get_uri (GtkLinkButton *link_button);
+GDK_AVAILABLE_IN_ALL
void gtk_link_button_set_uri (GtkLinkButton *link_button,
const gchar *uri);
+GDK_AVAILABLE_IN_ALL
gboolean gtk_link_button_get_visited (GtkLinkButton *link_button);
+GDK_AVAILABLE_IN_ALL
void gtk_link_button_set_visited (GtkLinkButton *link_button,
gboolean visited);