#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 85 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 90 of file microfeedpublisher.h.
A function that is called after a new publisher is created.
Definition at line 94 of file microfeedpublisher.h.
A function that is called when a subscriber tries to update a setting.
Definition at line 98 of file microfeedpublisher.h.
Definition at line 100 of file microfeedpublisher.h.
Definition at line 102 of file microfeedpublisher.h.
Referenced by microfeed_publisher_remove_subscriber().
Definition at line 104 of file microfeedpublisher.h.
Definition at line 105 of file microfeedpublisher.h.