Data Fields | |
char * | identifier |
char * | object_path |
DBusConnection * | connection |
MicrofeedPublisherCallbacks | callbacks |
void * | user_data |
MicrofeedDatabaseEnvironment * | database_environment |
char ** | image_properties |
MicrofeedProvider * | provider |
DBusMessage * | current_message |
MicrofeedStore * | subscribers |
MicrofeedStore * | feeds |
MicrofeedFeed * | settings_feed |
MicrofeedFeed * | images_feed |
MicrofeedThread * | singleton_update_thread |
MicrofeedThreadPool * | thread_pool |
MicrofeedStore * | timeouts |
Definition at line 16 of file microfeedpublisher.c.
char* identifier |
Definition at line 17 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_get_identifier(), and microfeed_publisher_new().
char* object_path |
Definition at line 18 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_get_object_path(), microfeed_publisher_new(), microfeed_publisher_send_error_signal(), microfeed_publisher_send_feed_signal(), microfeed_publisher_send_item_data_signal(), microfeed_publisher_send_item_signal(), microfeed_publisher_send_item_uid_signal(), and microfeed_publisher_send_status_changed_signal().
DBusConnection* connection |
Definition at line 19 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_new(), microfeed_publisher_remove_subscriber(), microfeed_publisher_send_error_signal(), microfeed_publisher_send_feed_signal(), microfeed_publisher_send_item_data_signal(), microfeed_publisher_send_item_signal(), microfeed_publisher_send_item_uid_signal(), and microfeed_publisher_send_status_changed_signal().
Definition at line 20 of file microfeedpublisher.c.
Referenced by microfeed_publisher_new(), and microfeed_publisher_remove_subscriber().
void* user_data |
Definition at line 21 of file microfeedpublisher.c.
Referenced by microfeed_publisher_new(), and microfeed_publisher_remove_subscriber().
Definition at line 22 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_get_database_environment(), and microfeed_publisher_new().
char** image_properties |
Definition at line 23 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_handle_item_property_change(), and microfeed_publisher_new().
Definition at line 24 of file microfeedpublisher.c.
Referenced by microfeed_publisher_get_provider(), and microfeed_publisher_set_provider().
DBusMessage* current_message |
Definition at line 25 of file microfeedpublisher.c.
Definition at line 27 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_new(), and microfeed_publisher_remove_subscriber().
Definition at line 28 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_new(), and microfeed_publisher_remove_subscriber().
Definition at line 29 of file microfeedpublisher.c.
Referenced by microfeed_publisher_add_setting(), microfeed_publisher_free(), microfeed_publisher_get_setting_value(), microfeed_publisher_get_setting_value_integer(), microfeed_publisher_new(), microfeed_publisher_remove_setting(), and microfeed_publisher_set_setting_value().
Definition at line 30 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_handle_item_property_change(), and microfeed_publisher_new().
Definition at line 31 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), microfeed_publisher_get_singleton_update_thread(), and microfeed_publisher_start_singleton_update_thread().
Definition at line 32 of file microfeedpublisher.c.
Referenced by microfeed_publisher_new(), microfeed_publisher_queue_thread(), and microfeed_publisher_remove_subscriber().
Definition at line 33 of file microfeedpublisher.c.
Referenced by microfeed_publisher_free(), and microfeed_publisher_new().