[Telepathy] [Bug 18056] New: tp_connection_manager_get_name() would be nice

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 14 02:07:24 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=18056

           Summary: tp_connection_manager_get_name() would be nice
           Product: Telepathy
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: telepathy-glib
        AssignedTo: telepathy at lists.freedesktop.org
        ReportedBy: murrayc at murrayc.com


This is tedious:

  /* Get the connection manager name: */
  gchar *cm_name = NULL;
  g_object_get (G_OBJECT(cm),
    "connection-manager", &cm_name,
    NULL);

So this would be nicer:

gchar* cm_name = tp_connection_manager_get_name (cm);


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Telepathy mailing list