« Return to Thread: #4598: Plus! color tags

Re: #4598: Plus! color tags

by Pidgin :: Rate this Message:

Reply to Author | View in Thread

#4598: Plus! color tags
-----------------------------+----------------------------------------------
  Reporter:  daniele_athome  |       Owner:                    
      Type:  patch           |      Status:  new                
  Priority:  minor           |   Milestone:                    
 Component:  pidgin (gtk)    |     Version:  2.3.1              
Resolution:                  |    Keywords:  pidgin blist markup
   Pending:  0               |  
-----------------------------+----------------------------------------------
Comment (by rekkanoryo):

 There are a number of problems I see with this patch right off the bat:
   * // comments are not valid ANSI C.
   * Use of `g_debug` is strongly discouraged.  Use the libpurple-provided
 debugging API, which is covered quite well in the API documentation and
 the plugin howto wiki pages.
   * Parameters to functions need spaces between them.  For example,
 `foo(parm1, parm2)` instead of `foo(parm1,parm2)`.  The lack of spaces
 makes code very unreadable.

--
Ticket URL: <http://developer.pidgin.im/ticket/4598#comment:3>
Pidgin <http://pidgin.im>
Pidgin
_______________________________________________
Tracker mailing list
Tracker@...
http://pidgin.im/cgi-bin/mailman/listinfo/tracker

 « Return to Thread: #4598: Plus! color tags