[Pidgin] #3288: Make purple_blist_load() static

Pidgin trac at pidgin.im
Wed Mar 12 03:14:40 EDT 2008


#3288: Make purple_blist_load() static
--------------------------+-------------------------------------------------
  Reporter:  MarkDoliner  |       Owner:  MarkDoliner
      Type:  task         |      Status:  new        
  Priority:  blocker      |   Milestone:  3.0.0      
 Component:  libpurple    |     Version:  2.2.0      
Resolution:               |    Keywords:             
   Pending:  0            |  
--------------------------+-------------------------------------------------
Comment (by MarkDoliner):

 You can use Doxygen's @deprecated tag to flag functions as deprecated.
 See connection.h for examples of where we do that.  That'll make it more
 likely that we'll remember to remove the purple_blist_load() stub in
 3.0.0.

 And I still think it would be much better if init_blist() continued to be
 called from init_core(), but a load_blist() function was added which is
 called after ui_init() and calls set_blist then reads the xml file.

 It's much cleaner to have all the purple_whatever_init() functions in one
 place.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/3288#comment:4>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list