Commit 10f977db44dab93e2a89f32d5081fddb21a08b23
- Diff rendering mode:
- inline
- side by side
champlain-gtk/gtk-champlain-embed.c
(2 / 0)
|   | |||
| 145 | 145 | gdk_cursor_unref (priv->cursor_hand_closed); | |
| 146 | 146 | priv->cursor_hand_closed = NULL; | |
| 147 | 147 | } | |
| 148 | |||
| 149 | G_OBJECT_CLASS (gtk_champlain_embed_parent_class)->dispose (object); | ||
| 148 | 150 | } | |
| 149 | 151 | ||
| 150 | 152 | static void |
demos/animated-marker.c
(1 / 0)
|   | |||
| 133 | 133 | clutter_actor_show (stage); | |
| 134 | 134 | clutter_main (); | |
| 135 | 135 | ||
| 136 | clutter_actor_destroy (actor); | ||
| 136 | 137 | return 0; | |
| 137 | 138 | } |
demos/launcher.c
(1 / 0)
|   | |||
| 143 | 143 | clutter_actor_show (stage); | |
| 144 | 144 | clutter_main (); | |
| 145 | 145 | ||
| 146 | clutter_actor_destroy (actor); | ||
| 146 | 147 | return 0; | |
| 147 | 148 | } |
demos/polygons.c
(1 / 0)
|   | |||
| 143 | 143 | clutter_actor_show (stage); | |
| 144 | 144 | clutter_main (); | |
| 145 | 145 | ||
| 146 | clutter_actor_destroy (actor); | ||
| 146 | 147 | return 0; | |
| 147 | 148 | } |
demos/url-marker.c
(1 / 0)
|   | |||
| 270 | 270 | ||
| 271 | 271 | g_object_unref (session); | |
| 272 | 272 | ||
| 273 | clutter_actor_destroy (view); | ||
| 273 | 274 | return 0; | |
| 274 | 275 | } |
Comments
Add your comment
Please log in to comment



Add a new comment:
Login or create an account to post a comment