summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-clipboard.h
diff options
context:
space:
mode:
authorCarlos Soriano <carlos.sorian89@gmail.com>2015-01-07 16:48:24 +0100
committerCarlos Soriano <carlos.sorian89@gmail.com>2015-01-12 17:12:38 +0100
commitd344c0a46528b63928a87b7b1bed707967f248a1 (patch)
treed5507cd5c4be570aeacad615225cc3f903d899ac /libnautilus-private/nautilus-clipboard.h
parent193eab98c2066d1d5c2b53ea5792656deeb6de70 (diff)
downloadnautilus-d344c0a46528b63928a87b7b1bed707967f248a1.tar.gz
general: Rework menus of nautiluswip/gaction_reordered
Refresh the nautilus menus in the view (context menus) and the menus in the toolbar, changin as well in the path the UI of the toolbar to match mockups. In the way, port to GAction and GMenu every action and menu of nautilus and some clean ups thanks to this port.
Diffstat (limited to 'libnautilus-private/nautilus-clipboard.h')
-rw-r--r--libnautilus-private/nautilus-clipboard.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libnautilus-private/nautilus-clipboard.h b/libnautilus-private/nautilus-clipboard.h
index 26d976230..eee64ef97 100644
--- a/libnautilus-private/nautilus-clipboard.h
+++ b/libnautilus-private/nautilus-clipboard.h
@@ -26,18 +26,6 @@
#include <gtk/gtk.h>
-/* This makes this editable or text view put clipboard commands into
- * the passed UI manager when the editable/text view is in focus.
- * Callers in Nautilus normally get the UI manager from
- * nautilus_window_get_ui_manager. */
-/* The shares selection changes argument should be set to true if the
- * widget uses the signal "selection-changed" to tell others about
- * text selection changes. The NautilusEntry widget
- * is currently the only editable in nautilus that shares selection
- * changes. */
-void nautilus_clipboard_set_up_editable (GtkEditable *target,
- GtkUIManager *ui_manager,
- gboolean shares_selection_changes);
void nautilus_clipboard_clear_if_colliding_uris (GtkWidget *widget,
const GList *item_uris,
GdkAtom copied_files_atom);