~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to tomboy/src/tomboy-dbus.h

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "tomboy-struct.h"
25
25
 
26
26
 
27
 
gboolean dbus_connect_to_bus(void);
 
27
gboolean dbus_connect_to_bus (void);
28
28
void dbus_disconnect_from_bus (void);
29
 
void dbus_detect_tomboy(void);
30
 
 
31
 
void onDeleteNote(DBusGProxy *proxy,const gchar *note_uri, /*const gchar *note_title, */gpointer data);
32
 
void onAddNote(DBusGProxy *proxy,const gchar *note_uri, gpointer data);
33
 
void onChangeNoteList(DBusGProxy *proxy,const gchar *note_name, gpointer data);
34
 
gboolean cd_tomboy_check_deleted_notes (gpointer data);
35
 
 
36
 
gchar *getNoteTitle (const gchar *note_name);
37
 
gchar *getNoteContent (const gchar *note_name);
38
 
void getAllNotes (void);
39
 
gboolean cd_tomboy_load_notes (void);
 
29
 
 
30
void dbus_detect_tomboy (void);
 
31
void dbus_detect_tomboy_async (void);
 
32
 
 
33
 
 
34
void getAllNotes_async (void);
40
35
void free_all_notes (void);
41
36
 
42
37
gchar *addNote(gchar *note_name);