Syncing task from Mir. ** Changed in: mir (Ubuntu) Importance: Undecided => Low
** Changed in: mir (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1194031 Title: Mir callback types don't follow the correct coding style Status in Mir: Triaged Status in mir package in Ubuntu: Triaged Bug description: Mir callback types don't follow the correct coding style... include/shared/mir_toolkit/client_types.h: typedef void (*mir_connected_callback)(MirConnection *connection, void *client_context); typedef void (*mir_surface_callback)(MirSurface *surface, void *client_context); typedef void (*mir_event_delegate_callback)( I think the correct style would be capitalized like all the other types: MirConnectedCallback MirSurfaceCallback MirEventDelegateCallback (although not sure about the need for "Delegate"). To manage notifications about this bug go to: https://bugs.launchpad.net/mir/+bug/1194031/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp