summaryrefslogtreecommitdiff
path: root/src/nautilus-pathbar.h
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2017-08-24 19:34:56 +0300
committerErnestas Kulik <ernestask@gnome.org>2017-08-24 19:40:45 +0300
commit2e04a28787e9a1eaeb6f1b9f01e303a1a31f60de (patch)
treeac36e4a9def9c17ef6d2b87cbb8127e2db106a3e /src/nautilus-pathbar.h
parentfbeb8f85a5c417efa3d50668d806a65dd2755b76 (diff)
downloadnautilus-2e04a28787e9a1eaeb6f1b9f01e303a1a31f60de.tar.gz
pathbar: rename method instance parameters
https://bugzilla.gnome.org/show_bug.cgi?id=786712
Diffstat (limited to 'src/nautilus-pathbar.h')
-rw-r--r--src/nautilus-pathbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nautilus-pathbar.h b/src/nautilus-pathbar.h
index 1fb9fe83a..8651b7bc2 100644
--- a/src/nautilus-pathbar.h
+++ b/src/nautilus-pathbar.h
@@ -29,12 +29,12 @@ struct _NautilusPathBarClass
{
GtkContainerClass parent_class;
- void (* path_clicked) (NautilusPathBar *path_bar,
+ void (* path_clicked) (NautilusPathBar *self,
GFile *location);
- void (* open_location) (NautilusPathBar *path_bar,
+ void (* open_location) (NautilusPathBar *self,
GFile *location,
GtkPlacesOpenFlags flags);
};
-void nautilus_path_bar_set_path (NautilusPathBar *path_bar, GFile *file);
+void nautilus_path_bar_set_path (NautilusPathBar *self, GFile *file);
#endif /* NAUTILUS_PATHBAR_H */