#include <microfeedpublisher.h>
Data Fields | |
MicrofeedPublisherInstantiateFeedCallback | instantiate_feed |
A function that is called when a subscriber subscribes a feed that is not previously subscribed by any subscriber. | |
MicrofeedPublisherInitializeSettingsCallback | initialize_settings |
A function that is called after a new publisher is created. | |
MicrofeedPublisherUpdateSettingCallback | update_setting |
A function that is called when a subscriber tries to update a setting. | |
MicrofeedPublisherDownloadImageCallback | download_image |
MicrofeedPublisherNoMoreSubscribersCallback | no_more_subscribers |
MicrofeedPublisherAddTimeoutCallback | add_timeout |
MicrofeedPublisherRemoveTimeoutCallback | remove_timeout |
Definition at line 102 of file microfeedpublisher.h.
A function that is called when a subscriber subscribes a feed that is not previously subscribed by any subscriber.
Definition at line 107 of file microfeedpublisher.h.
A function that is called after a new publisher is created.
Definition at line 111 of file microfeedpublisher.h.
A function that is called when a subscriber tries to update a setting.
Definition at line 115 of file microfeedpublisher.h.
Definition at line 117 of file microfeedpublisher.h.
Definition at line 119 of file microfeedpublisher.h.
Referenced by microfeed_publisher_remove_subscriber().
Definition at line 121 of file microfeedpublisher.h.
Definition at line 122 of file microfeedpublisher.h.