summaryrefslogtreecommitdiff
path: root/thunar/thunar-gtk-extensions.h
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-04-24 01:17:33 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2020-05-15 23:46:48 +0200
commit4929c96e78623ec561fcf61d0e4de4b1e1fb76ee (patch)
treeaedc03cf421403e27a1270eb598c3698a37d6e98 /thunar/thunar-gtk-extensions.h
parent077bea9f6a01c7a347f58ab15486204a55197b04 (diff)
downloadthunar-4929c96e78623ec561fcf61d0e4de4b1e1fb76ee.tar.gz
giant commitReplaceGtkAction47
Diffstat (limited to 'thunar/thunar-gtk-extensions.h')
-rw-r--r--thunar/thunar-gtk-extensions.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/thunar/thunar-gtk-extensions.h b/thunar/thunar-gtk-extensions.h
index 98e0c30f..73a6b8f2 100644
--- a/thunar/thunar-gtk-extensions.h
+++ b/thunar/thunar-gtk-extensions.h
@@ -24,28 +24,18 @@
G_BEGIN_DECLS;
-void thunar_gtk_action_set_tooltip (GtkAction *action,
- const gchar *format,
- ...) G_GNUC_PRINTF (2, 3);
-
-void thunar_gtk_action_group_set_action_sensitive (GtkActionGroup *action_group,
- const gchar *action_name,
- gboolean sensitive);
void thunar_gtk_label_set_a11y_relation (GtkLabel *label,
GtkWidget *widget);
-
void thunar_gtk_menu_run (GtkMenu *menu);
void thunar_gtk_menu_run_at_event (GtkMenu *menu,
GdkEvent *event);
-
-GtkAction *thunar_gtk_ui_manager_get_action_by_name (GtkUIManager *ui_manager,
- const gchar *action_name);
-
void thunar_gtk_widget_set_tooltip (GtkWidget *widget,
const gchar *format,
...) G_GNUC_PRINTF (2, 3);
+GtkWidget *thunar_gtk_menu_thunarx_menu_item_new (GObject *thunarx_menu_item,
+ GtkMenuShell *menu_to_append_item);
GMountOperation *thunar_gtk_mount_operation_new (gpointer parent);