Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 6 and Version 7 of Gobjectification


Ignore:
Timestamp:
May 4, 2008, 5:28:30 PM (16 years ago)
Author:
ecoffey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Gobjectification

    v6 v7  
    11== Completed ==
    22
    3   * <Needs info>
     3  * !PurpleCipher
     4  * !PurpleDesktopItem
     5  * !PurpleObject
    46
    57== In Progress ==
    68
    79  * !PurpleConnection
     10     * Create default implementation of virtual methods (or explicitly make them pure)
     11     * Replace purple_signal_emit with g_signal_emit
     12     * Inherit from PurpleObject instead of GObject
     13     * use g_return_if_fail(PURPLE_IS_CONNECTION(gc)) instead of g_return_if_fail(gc != null)
     14
    815  * !PurpleAccount
     16
     17  * !PurpleAccountManager
     18
     19  * !PurpleNotify
     20
     21  * !PurpleRequest and friends
    922
    1023== ecoffey's horribly ill-informed gobjectification checklist ==
    1124
    12   * Update methods to use priv
     25  * Update methods to use priv (g_type_class_add_private)
    1326  * s/purple_signal_emit/g_signal_emit
     27  * Inherit from !PurpleObject
    1428  * More to come!
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!