summaryrefslogtreecommitdiff
path: root/gtk/gtklinkbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-09-21 21:55:05 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-22 00:36:13 -0400
commitb0713fb3bb41e6daf07c80d88098fee1461c0658 (patch)
tree5c05072b64af8e1db4fe42dc2efd9f4e31e01a69 /gtk/gtklinkbutton.h
parent0e1bba6ef5817730dbe1cd53c9ba8a5ea6972053 (diff)
downloadgtk+-b0713fb3bb41e6daf07c80d88098fee1461c0658.tar.gz
Remove url hooks from GtkAboutDialog and GtkLinkButton
With gtk_show_uri, global configurability of link activation has moved to GIO/gvfs. For local overrides, GtkLinkButton has the ::clicked signal, and GtkAboutDialog gets an ::activate-link signal. Bug 339745
Diffstat (limited to 'gtk/gtklinkbutton.h')
-rw-r--r--gtk/gtklinkbutton.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtklinkbutton.h b/gtk/gtklinkbutton.h
index a60c6bbe1a..b46c348f6a 100644
--- a/gtk/gtklinkbutton.h
+++ b/gtk/gtklinkbutton.h
@@ -44,10 +44,6 @@ typedef struct _GtkLinkButton GtkLinkButton;
typedef struct _GtkLinkButtonClass GtkLinkButtonClass;
typedef struct _GtkLinkButtonPrivate GtkLinkButtonPrivate;
-typedef void (*GtkLinkButtonUriFunc) (GtkLinkButton *button,
- const gchar *link_,
- gpointer user_data);
-
struct _GtkLinkButton
{
GtkButton parent_instance;
@@ -75,10 +71,6 @@ G_CONST_RETURN gchar *gtk_link_button_get_uri (GtkLinkButton *link_but
void gtk_link_button_set_uri (GtkLinkButton *link_button,
const gchar *uri);
-GtkLinkButtonUriFunc gtk_link_button_set_uri_hook (GtkLinkButtonUriFunc func,
- gpointer data,
- GDestroyNotify destroy);
-
gboolean gtk_link_button_get_visited (GtkLinkButton *link_button);
void gtk_link_button_set_visited (GtkLinkButton *link_button,
gboolean visited);