Displaying 2 results from an estimated 2 matches for "real_command".
Did you mean:
read_commands
2007 Nov 08
0
11 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c libswfdec/swfdec_resource_request.c
...and is an FSCommand and if so, emits the
- * SwfdecPlayer::fscommand signal.
- *
- * Returns: %TRUE if an fscommand was found and the signal emitted, %FALSE
- * otherwise.
- **/
-gboolean
-swfdec_player_fscommand (SwfdecPlayer *player, const char *command, const char *value)
-{
- char *real_command;
-
- g_return_val_if_fail (SWFDEC_IS_PLAYER (player), FALSE);
- g_return_val_if_fail (command != NULL, FALSE);
- g_return_val_if_fail (value != NULL, FALSE);
-
- if (g_ascii_strncasecmp (command, "FSCommand:", 10) != 0)
- return FALSE;
-
- command += 10;
- if (!is_ascii (command)...
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...and is an FSCommand and if so, emits the
+ * SwfdecPlayer::fscommand signal.
+ *
+ * Returns: %TRUE if an fscommand was found and the signal emitted, %FALSE
+ * otherwise.
+ **/
+gboolean
+swfdec_player_fscommand (SwfdecPlayer *player, const char *command, const char *value)
+{
+ char *real_command;
+
+ g_return_val_if_fail (SWFDEC_IS_PLAYER (player), FALSE);
+ g_return_val_if_fail (command != NULL, FALSE);
+ g_return_val_if_fail (value != NULL, FALSE);
+
+ if (g_ascii_strncasecmp (command, "FSCommand:", 10) != 0)
+ return FALSE;
+
+ command += 10;
+ if (!is_ascii (command)...