[geany/geany-plugins] 3ed034: addons: cleaned up function declarations.
LarsDW223
git-noreply at xxxxx
Sun Apr 14 16:24:56 UTC 2019
Branch: refs/heads/master
Author: LarsDW223 <lars_paulsen at web.de>
Committer: LarsDW223 <lars_paulsen at web.de>
Date: Sat, 24 Feb 2018 11:26:49 UTC
Commit: 3ed0341478cf5755f95cd99f9a2e990967ae3cab
https://github.com/geany/geany-plugins/commit/3ed0341478cf5755f95cd99f9a2e990967ae3cab
Log Message:
-----------
addons: cleaned up function declarations.
Modified Paths:
--------------
addons/src/addons.c
Modified: addons/src/addons.c
18 lines changed, 1 insertions(+), 17 deletions(-)
===================================================================
@@ -94,22 +94,6 @@ typedef struct
static AddonsInfo *ao_info = NULL;
-
-static void ao_update_editor_menu_cb(GObject *obj, const gchar *word, gint pos,
- GeanyDocument *doc, gpointer data);
-static void ao_document_activate_cb(GObject *obj, GeanyDocument *doc, gpointer data);
-static void ao_document_new_cb(GObject *obj, GeanyDocument *doc, gpointer data);
-static void ao_document_open_cb(GObject *obj, GeanyDocument *doc, gpointer data);
-static void ao_document_save_cb(GObject *obj, GeanyDocument *doc, gpointer data);
-static void ao_document_before_save_cb(GObject *obj, GeanyDocument *doc, gpointer data);
-static void ao_document_close_cb(GObject *obj, GeanyDocument *doc, gpointer data);
-static void ao_document_reload_cb(GObject *obj, GeanyDocument *doc, gpointer data);
-static void ao_startup_complete_cb(GObject *obj, gpointer data);
-
-gboolean ao_editor_notify_cb(GObject *object, GeanyEditor *editor,
- SCNotification *nt, gpointer data);
-
-
static void ao_startup_complete_cb(GObject *obj, gpointer data)
{
ao_tasks_set_active(ao_info->tasks);
@@ -149,7 +133,7 @@ static void kb_ao_copyfilepath(guint key_id)
}
-gboolean ao_editor_notify_cb(GObject *object, GeanyEditor *editor,
+static gboolean ao_editor_notify_cb(GObject *object, GeanyEditor *editor,
SCNotification *nt, gpointer data)
{
ao_bookmark_list_update_marker(ao_info->bookmarklist, editor, nt);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list