| 56 * @id: A unique identifier that will be used internally. |
56 * @id: A unique identifier that will be used internally. |
| 57 * |
57 * |
| 58 * Creates a new #PidginDisplayItem instance. |
58 * Creates a new #PidginDisplayItem instance. |
| 59 * |
59 * |
| 60 * Returns: (transfer full): The new instance. |
60 * Returns: (transfer full): The new instance. |
| |
61 * |
| |
62 * Since: 3.0 |
| 61 */ |
63 */ |
| 62 PidginDisplayItem *pidgin_display_item_new(GtkWidget *child, const char *id); |
64 PidginDisplayItem *pidgin_display_item_new(GtkWidget *child, const char *id); |
| 63 |
65 |
| 64 /** |
66 /** |
| 65 * pidgin_display_item_get_widget: |
67 * pidgin_display_item_get_widget: |