summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-bookmarks-store.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-02 19:46:49 +0300
committermonsta <[email protected]>2016-12-05 16:57:36 +0300
commit3e00f9094c06fa43d768bd3268cb503d8e6a738b (patch)
treef7d6d46fd31aa56b30e679e0eb470e14b7c79fe3 /plugins/filebrowser/pluma-file-bookmarks-store.h
parent9ca3dda49113bcc40b726ebf51db7f07d69e96ad (diff)
downloadpluma-3e00f9094c06fa43d768bd3268cb503d8e6a738b.tar.bz2
pluma-3e00f9094c06fa43d768bd3268cb503d8e6a738b.tar.xz
filebrowser plugin: port to libpeas
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=6e8ef59b74a2f726f8a2a0ab1fa7f5c4aa6ac3f2 https://git.gnome.org/browse/gedit/commit/?id=6cc3b4074bad0a775532216c82fa6ce6599bde2c https://git.gnome.org/browse/gedit/commit/?id=9103c5109d5f897c3cc0390fcf09c5a4713cf72f https://git.gnome.org/browse/gedit/commit/?id=e3d36ce46c795887fa449db7eba19b4cc949f714
Diffstat (limited to 'plugins/filebrowser/pluma-file-bookmarks-store.h')
-rw-r--r--plugins/filebrowser/pluma-file-bookmarks-store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filebrowser/pluma-file-bookmarks-store.h b/plugins/filebrowser/pluma-file-bookmarks-store.h
index 6bd9fcf9..4c368db6 100644
--- a/plugins/filebrowser/pluma-file-bookmarks-store.h
+++ b/plugins/filebrowser/pluma-file-bookmarks-store.h
@@ -77,7 +77,7 @@ struct _PlumaFileBookmarksStoreClass
};
GType pluma_file_bookmarks_store_get_type (void) G_GNUC_CONST;
-GType pluma_file_bookmarks_store_register_type (GTypeModule * module);
+void _pluma_file_bookmarks_store_register_type (GTypeModule * module);
PlumaFileBookmarksStore *pluma_file_bookmarks_store_new (void);
gchar *pluma_file_bookmarks_store_get_uri (PlumaFileBookmarksStore * model,