/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/GlobalNotify.h

  • Committer: Gustav Hartvigsson
  • Date: 2021-09-09 10:23:09 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210909102309-b79pigoha67t5m92
* stuff to do with the unfinished base32 implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 */
58
58
S_EXPORTED
59
59
void
60
 
s_global_notify (schar * name, spointer user_data);
 
60
s_global_notify (schar * name,
 
61
                 spointer user_data);
61
62
 
62
63
/**
63
64
 * Add a new global notification.
101
102
 */
102
103
S_EXPORTED
103
104
sint
104
 
s_global_notify_subscribe (schar * name, Callback callback);
 
105
s_global_notify_subscribe (schar * name,
 
106
                           Callback callback);
105
107
 
106
108
/**
107
109
 * Unsubscribe to a notify.
114
116
 */
115
117
S_EXPORTED
116
118
sboolean
117
 
s_global_notify_unsubscribe (schar * name, sint subscription_id);
 
119
s_global_notify_unsubscribe (schar * name,
 
120
                             sint subscription_id);
118
121
 
119
122
/**
120
123
 * Teardown down the global notification system.