Changeset 1857
- Timestamp:
- 04/28/07 13:33:32
- Files:
-
- trunk/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-gnome-account-store.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (8 diffs)
- trunk/tests/shared/account-store.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r1854 r1857 80 80 @accounts_reloaded: 81 81 @get_accounts_func: 82 @add_store_account_func:83 @add_transport_account_func:84 82 @get_cache_dir_func: 85 83 @get_device_func: … … 111 109 @list: 112 110 @types: 113 114 115 <!-- ##### FUNCTION tny_account_store_add_store_account ##### -->116 <para>117 118 </para>119 120 @self:121 @account:122 123 124 <!-- ##### FUNCTION tny_account_store_add_transport_account ##### -->125 <para>126 127 </para>128 129 @self:130 @account:131 111 132 112 trunk/docs/devel/reference/tmpl/tny-gnome-account-store.sgml
r911 r1857 42 42 43 43 44 <!-- ##### FUNCTION tny_gnome_account_store_add_store_account ##### --> 45 <para> 46 47 </para> 48 49 @self: 50 @account: 51 52 53 <!-- ##### FUNCTION tny_gnome_account_store_add_transport_account ##### --> 54 <para> 55 56 </para> 57 58 @self: 59 @account: 60 61 trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r1854 r1857 40 40 </para> 41 41 42 @: 43 @: 44 @: 45 @: 46 42 47 @tnysendqueue: the object which received the signal. 43 48 @arg1: … … 49 54 50 55 </para> 56 57 @: 58 @: 59 @: 60 @: 51 61 52 62 @tnysendqueue: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-shared.sgml
r1854 r1857 40 40 </para> 41 41 42 @ tnyaccountstore: the object which received the signal.43 @ arg1:42 @: 43 @: 44 44 45 45 <!-- ##### SIGNAL TnyAccountStore::account-inserted ##### --> … … 48 48 </para> 49 49 50 @ tnyaccountstore: the object which received the signal.51 @ arg1:50 @: 51 @: 52 52 53 53 <!-- ##### SIGNAL TnyAccountStore::account-removed ##### --> … … 56 56 </para> 57 57 58 @ tnyaccountstore: the object which received the signal.59 @ arg1:58 @: 59 @: 60 60 61 61 <!-- ##### SIGNAL TnyAccountStore::accounts-reloaded ##### --> … … 64 64 </para> 65 65 66 @ tnyaccountstore: the object which received the signal.66 @: 67 67 68 68 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 77 77 @accounts_reloaded: 78 78 @get_accounts_func: 79 @add_store_account_func:80 @add_transport_account_func:81 79 @get_cache_dir_func: 82 80 @get_device_func: … … 299 297 </para> 300 298 301 @ tnydevice: the object which received the signal.302 @ arg1:299 @: 300 @: 303 301 304 302 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 545 543 </para> 546 544 547 @ :548 @ :549 @ :550 @ :545 @tnysendqueue: the object which received the signal. 546 @arg1: 547 @arg2: 548 @arg3: 551 549 552 550 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> … … 555 553 </para> 556 554 557 @ :558 @ :559 @ :560 @ :555 @tnysendqueue: the object which received the signal. 556 @arg1: 557 @arg2: 558 @arg3: 561 559 562 560 <!-- ##### STRUCT TnySendQueueIface ##### --> trunk/tests/shared/account-store.c
r1711 r1857 225 225 226 226 227 static void228 tny_test_account_store_add_store_account (TnyAccountStore *self, TnyStoreAccount *account)229 {230 return;231 }232 233 static void234 tny_test_account_store_add_transport_account (TnyAccountStore *self, TnyTransportAccount *account)235 {236 return;237 }238 239 227 static TnyDevice* 240 228 tny_test_account_store_get_device (TnyAccountStore *self) … … 254 242 klass->get_cache_dir_func = tny_test_account_store_get_cache_dir; 255 243 klass->alert_func = tny_test_account_store_alert; 256 klass->add_store_account_func = tny_test_account_store_add_store_account;257 klass->add_transport_account_func = tny_test_account_store_add_transport_account;258 244 klass->get_device_func = tny_test_account_store_get_device; 259 245
