Skip to content

Commit

Permalink
Updated plugin API interface
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Apr 23, 2016
1 parent a160245 commit 3a04f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remmina/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ typedef struct _RemminaPluginService
void (* protocol_plugin_chat_receive) (RemminaProtocolWidget *gp, const gchar *text);
void (* protocol_plugin_send_keys_signals) (GtkWidget *widget, const guint *keyvals, int length, GdkEventType action);

gchar* (* file_get_user_datadir) (void);

RemminaFile* (* file_new) (void);
const gchar* (* file_get_path) (RemminaFile *remminafile);
void (* file_set_string) (RemminaFile *remminafile, const gchar *setting, const gchar *value);
Expand Down

0 comments on commit 3a04f1a

Please # to comment.